Skip to content

Commit

Permalink
Ship correct fix for state updates after smooth scroll animation (#46564
Browse files Browse the repository at this point in the history
)

Summary:
Pull Request resolved: #46564

Changelog: [internal]

I incorrectly set up an experiment to fix reported scroll position during smooth scroll animations on Android in D59233069. It was incorrect because I fixed the issue in "control", and I re-enabled the bug in "test".

That means we actually shipped the fix the moment we set up the experiment.

We can just apply the fix ungated.

Reviewed By: Abbondanzo

Differential Revision: D62965254

fbshipit-source-id: edf855619ff9ede6fd406f7f19b3c504ce89f1d6
  • Loading branch information
rubennorte authored and facebook-github-bot committed Sep 18, 2024
1 parent 74aaf7b commit 68e5528
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ public object ReactScrollViewHelper {
if (scrollY != y) {
scrollView.startFlingAnimator(scrollY, y)
}

updateFabricScrollState<T>(scrollView, x, y)
}

/** Get current position or position after current animation finishes, if any. */
Expand Down

0 comments on commit 68e5528

Please sign in to comment.