Closed mbarrben closed 8 years ago
Ok, the problem was with Proguard, this was only happening on release builds. I still don't understand the reason, but keeping classes from being obfuscated does the trick:
-keep class com.simplecityapps.recyclerview_fastscroll.** { *; }
Hi,
There are some cases where the autohide feature is not working for me. In Android 4.x it's even crashing:
This is my XML:
Any clue what might be happening?
Thanks!