tinkoff-mobile-tech / ScrollingPagerIndicator

Pager indicator inspired by Instagram. Lightweight and easy to set up.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Negative offset in ScrollingPagerIndicator.onPageScrolled(int page, float offset)

cordel opened this issue · comments

commented

So it seems like if you are scrolling your viewpager slides too fast it's possible to get a negative offset
value in ScrollingPagerIndicator.onPageScrolled(int page, float offset). Although ViewPager.onPageScrolled claims that possible value belongs to [0, 1).

btw by scrolling fast I mean using emulator and arrow keys to scroll.

screen shot 2018-02-20 at 19 46 22

Thank you for report! This was fixed in 1.0.2 version.