-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageState.targetPage didn't perform as we expected when page offset between -0.5f and 0f. #815
Conversation
Can anyone take a look at this? Changes are minor and the impact is quite big. For now the indicator behavior is pretty much unacceptable :) |
Hey! |
What happened here? Is the pager indicator fixed in another pull request? |
…f and 0f,the targetPage is currentPage + 1 which is wrong, it should be currentPage - 1.
Some problems happened ,It took me a while. now I reopen it |
Thanks |
@andkulikov Is there a plan to release bugfix stable-ish version with this? |
Fix the PagerState.targetPage when the currentPageOffset between -0.5f and 0f, the targetPage is currentPage + 1 which is wrong, it should be currentPage - 1.