Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Whenever layout updates in a horizontal scrollview, in RTL mode we adjust the position - the impact *should* be that initially, we jump from position 0 to the right side of the scroll view, such that scrolling starts from the right. However, we were doing this entirely too aggressively before. We should only make this adjustment *if the layout changes the width*. Changelog: [Android][Changed] Fixed jumpy RTL horizontal ScrollViews. If you have Android-specific JS hacks for handling RTL in ScrollViews, you probably can/probably want to remove them, because they should be reliable now and require fewer hacks. Reviewed By: mdvacca Differential Revision: D26771366 fbshipit-source-id: de11bd1cae1414018d88ce44b3583a8b15f3b330
- Loading branch information