Closed dellisd closed 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.
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.* { ; }
That fixed it
On certain devices (Nexus 6P, Nexus 5X, Moto G3, etc.) the section popup doesn't disappear after the user has stopped scrolling.