-
Notifications
You must be signed in to change notification settings - Fork 118
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
Force update the home screen every time the room list changes by manually moving the inner scrollview #3122
Conversation
Generated by 🚫 Danger Swift against ec74e15 |
4ff2697
to
ec74e15
Compare
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3122 +/- ##
===========================================
+ Coverage 77.41% 77.52% +0.10%
===========================================
Files 714 715 +1
Lines 55355 55701 +346
===========================================
+ Hits 42855 43180 +325
- Misses 12500 12521 +21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…e displayed - while looking into fixes we noticed that we can more easily break the layout when the search field is automatically hidden
…e displayed - while looking into fixes we noticed that we can more easily break the layout when the search field is automatically hidden
…e displayed - while looking into fixes we noticed that we can more easily break the layout when the search field is automatically hidden
Force update the home screen every time the room list changes by manually moving the inner scrollview
We have been seeing a lot of issues around the room list not updating properly after
rooms shifting around:
We initially thought it's caused by the filters header or the geometry reader but
the problem is still reproducible without those.
As a last attempt we will manually force it to update by shifting the
inner scroll view by a point every time the room list is updated