Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing cell sizing test with IGListCollectionViewLayout
Summary: This test started failing in Xcode 15. It looks like now, the default behaviour of `UICollectionView` is to not perform cell sizing until the next layout pass. As such, the sizing of the cells were invalid until `layoutIfNeeded` is first called. Adding this line to the test brings it back to all of the expected values. Differential Revision: D49906272 fbshipit-source-id: cc05cb2e105521b2576b2b2013d06e6285f4e8a4
- Loading branch information