Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes ScrollView centerContent not work in some cases (#24817)
Summary: The bug description can see #24688, we add `contentView` size check before center the content, because in some cases, the contentView's size not yet be calculated, in those cases, we don't adjust the `contentOffset`. cc. cpojer . [iOS] [Fixed] - Fixes ScrollView centerContent not work in some cases Pull Request resolved: #24817 Differential Revision: D15322502 Pulled By: sahrens fbshipit-source-id: e2081f13e9f2e8597a379a9db1607451ea496909
- Loading branch information