-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributions loading fix #1433
Contributions loading fix #1433
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.7.x-release #1433 +/- ##
================================================
- Coverage 3.31% 3.3% -0.01%
================================================
Files 128 128
Lines 6814 6828 +14
Branches 667 668 +1
================================================
Hits 226 226
- Misses 6573 6587 +14
Partials 15 15
Continue to review full report at Codecov.
|
Tested on API 25 emulator. This works well for me, although I haven't been able to reproduce the bug reliably. @neslihanturan if this succeeds in your tests as well, please feel free to go ahead and merge. :) |
Happily, I was able to reproduce this bug reliably. With this technique:
When it comes to this PR, after the bug this changes brings us a black screen and a very fast repetitive log. Seems like there is a endless loop or confusion in the code: User is not logged in part can be important I guess |
Have opened another PR(#1454 ) to fix this issue. So closing this one. |
Fixes #1393