timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 182 forks source link

Scroll Popup not disappearing #36

Closed dellisd closed 8 years ago

dellisd commented 8 years ago

On certain devices (Nexus 6P, Nexus 5X, Moto G3, etc.) the section popup doesn't disappear after the user has stopped scrolling.

davag commented 8 years ago

I had a similar issue in prod only. The cause was proguard. If you use Proguard you might want to add this line -keep class com.simplecityapps.recyclerview_fastscroll.* { ; }

dellisd commented 8 years ago

That fixed it