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
Delegate should receive scrolledToPageNumber message after user scrolls to new page but it is not sent.
How to reproduce
ScrollLayer starts showing page 1, set selectPage:1
Scroll to page 0, with touch input
Cause
In selectPage method prevScreen_ is set to 0. If you start in page 1 and scroll to page 0, then prevScreen_ is 0, same as currentScreen_ thus no message is sent to the delegate.
The text was updated successfully, but these errors were encountered:
Delegate should receive scrolledToPageNumber message after user scrolls to new page but it is not sent.
How to reproduce
Cause
In selectPage method prevScreen_ is set to 0. If you start in page 1 and scroll to page 0, then prevScreen_ is 0, same as currentScreen_ thus no message is sent to the delegate.
The text was updated successfully, but these errors were encountered: