You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When isInfiniteScrollEnabled is true and the scroll direction changes on the last page, the view controller disappears intermittently.
This is easy to reproduce if you have two viewcontrollers.
The text was updated successfully, but these errors were encountered:
KYHyeon
changed the title
When isInfiniteScrollEnabled, ViewController disappears intermittently.
[Bug] When isInfiniteScrollEnabled, ViewController disappears intermittently.
Sep 25, 2021
I can reproduce this in our app, where we have 7 view controllers and isInfiniteScrollEnabled is true/false (doesn't matter) - when you go quickly between view controllers back and forth one of the views would disappear eventually. And then, if you rotate the device app would crash with console output like this
When isInfiniteScrollEnabled is true and the scroll direction changes on the last page, the view controller disappears intermittently.
This is easy to reproduce if you have two viewcontrollers.
Here is my code
The text was updated successfully, but these errors were encountered: