Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ScrollView momentum not stopping when calling scrollTo programmat…
…ically (#36104) Summary: Fixes #32235. See #32235 (comment) for details. Before: https://user-images.githubusercontent.com/20516055/217268275-7ec9a228-bbd6-4294-aa1f-a43c4268984c.mov After: https://user-images.githubusercontent.com/20516055/217786242-f44b008f-6c6d-4f11-a7bd-b7a01150f3fb.mov ## Changelog [ANDROID] [FIXED] - Fixed ScrollView momentum not stopping when calling scrollTo programmatically Pull Request resolved: #36104 Test Plan: Reproducer: https://github.com/tomekzaw/Issue32235/blob/master/App.tsx Reviewed By: christophpurrer Differential Revision: D43153500 Pulled By: cortinico fbshipit-source-id: ac9c5ed754ed8ba72fe45d506c76f52d795dc83e
- Loading branch information