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
Hi @HanderWei. getProgress method has this if operator to cover one interesting thing in ViewPager.
While scrolling really fast from page to page, ViewPager 's positionOffset could not be 1.0 for every scrolled page. And because I set a new selected page every time positionOffset is 1.0, I need this to properly update selected page number.
So basically it is required check if PageIndicatorView works with a right page at the moment.
Hope it will help you to understand how it works.
Thanks.
isRightOverScrolled
means that scrolled to the right page.I think
isRightOverScrolled
means scrolled to the left page.But when I print the log, it does't show.
@romandanylyk @vdubedout Any help will be highly appreciated.
The text was updated successfully, but these errors were encountered: