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
I was working on dynamic view pager. Since the library is listening to the adapter changes, i notice that there is a function called reset state where the pageCount - 1 should handle properly as the page count could go to zero.
The text was updated successfully, but these errors were encountered:
Added the fix already proposed by Zhelyazko for the bug in this library related to the issue "Page count could be zero which causes crash": DavidPacioianu#19 . I'm using this in the App i'm developing and instead of including the library in my project it makes sense to just update it here :-)
I was working on dynamic view pager. Since the library is listening to the adapter changes, i notice that there is a function called reset state where the pageCount - 1 should handle properly as the page count could go to zero.
The text was updated successfully, but these errors were encountered: