Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly reset pivot when recyling views
Summary: Calling `setPivotX` and `setPivotY` internally sets `isPivotExplicitlySet` in Android UI, which causes some transforms to no longer use the right transform. Instead use `resetPivot` to get the desired behaviour. Changelog: [Android][Fixed] Bug with view transforms when view recycling is enabled Reviewed By: NickGerleman Differential Revision: D38579267 fbshipit-source-id: 36186286c6765f92aabaa44994546e06f34c2be0
- Loading branch information