-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
Headings jitter on scroll through unreads or users list #3176
Comments
The upstream This affects our unread screen |
Fixes: zulip#3286 and zulip#3176 Related but not ready to merge: facebook/react-native#22025
Fixes: zulip#3286 and zulip#3176 Related fix upstream but not ready to merge: facebook/react-native#22025 A planed minor redesign (discussed with Rishi) to make the Unread tabs less flashy and 'circus-colors-like' requires us to remove the stickiness from the headers. Even though though the design is still WIP, it makes sense to use this change as a fix to an issue that was already reported multiple times. This makes the UnreadCards SectionList have normal, non-sticky headers. We have to set `stickySectionHeadersEnabled` explicitly to `false` as the defaults differ for iOS (true) and Android (false)
Fixed upstream in facebook/react-native@e4fd9babe, which landed in v0.59. So this should be resolved when we complete #3399 . |
And in fact with #3399 complete, this is now fixed! I just went and scrolled a ways through the list of users on czo (from "people" icon -> "Search" button), and the heading stayed firmly in place. |
@armaanahluwalia reported:
This is a upstream issue.
Read more at https://chat.zulip.org/#narrow/stream/48-mobile/topic/Jitter.20on.20Scroll
The text was updated successfully, but these errors were encountered: