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

Fix ScrollView component occasionally producing strange flings #22

Closed
wants to merge 2 commits into from

Conversation

dhleong
Copy link

@dhleong dhleong commented Jul 19, 2022

See https://app.asana.com/0/1200546912788443/1202237077179474/f and, specifically, the bug reported filed here.

Long story short, the workaround Facebook introduced for a platform bug occasionally results in flings that do not reflect the expected fling direction. My experimental fix here is to only apply this fix on platform versions affected by the bug (IE: P). We could be a bit more conservative and also apply the workaround on Q/10 and I'd still be happy (my phone's running 12) but I'm not sure that we need to. The bug was marked fixed in March 2019, and Q was released that September, so it should be fine.

@dhleong dhleong changed the base branch from master to 0.68-discord-1 July 19, 2022 20:05
@dhleong dhleong marked this pull request as ready for review July 19, 2022 20:05
@dhleong dhleong requested a review from mrkcsc July 19, 2022 20:13
@dhleong
Copy link
Author

dhleong commented Nov 10, 2022

Closing since this was merged upstream in facebook#34233

@dhleong dhleong closed this Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant