Skip to content
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

ViewPager: FastScrollerThumbView not being hidden after changing page #22

Closed
enricocid opened this issue Sep 20, 2019 · 2 comments · Fixed by #23
Closed

ViewPager: FastScrollerThumbView not being hidden after changing page #22

enricocid opened this issue Sep 20, 2019 · 2 comments · Fixed by #23

Comments

@enricocid
Copy link
Contributor

enricocid commented Sep 20, 2019

Hello,

I'm in the process of rewriting from scratch an app and I'm now using ViewPager.

I noticed that if you swipe and accidentaly touch the Fast Scroll Indicator the thumb view is shown remaining visible even if the touch is finished.
If You touch the indicator the thumb gets hidden.

Video showing the issue: https://youtu.be/Q-6w3hpBWEA

This is happening in lib version 1.1.0, Android version: Oreo :)

@DSteve595
Copy link
Contributor

Confirmed, thanks for the report! We probably need to handle MotionEvents (ACTION_CANCEL?) a bit better. Will check it out.

@DSteve595
Copy link
Contributor

Should be fixed by 1.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants