Skip to content
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

LoadLatestBtn flickers when switching between discover and following when both feeds are scrolled to the top (web) #6443

Open
breauxna opened this issue Nov 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@breauxna
Copy link

Steps to Reproduce

  1. Login to the app on desktop
  2. Navigate back and forth between Discover and Following while hasNew is false and both feeds are scrolled to the top
  3. See the load latest button flicker in the bottom left

I think the onScrolledDownChange callback in the List.web.tsx component is being called twice on initial render of the feed setting isScrolledDown to true then false resulting in the flicker.

Attachments

No response

What platform(s) does this occur on?

Web (Desktop)

Device Info

No response

What version of the app are you using?

Build version: 1.93.0; Bundle info: 5f449e3 (prod); Bundle date: 24111700; Platform: web

Additional Information

No response

@breauxna breauxna added the bug Something isn't working label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant