myinnos / AlphabetIndex-Fast-Scroll-RecyclerView

A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
https://myinnos.github.io/AlphabetIndex-Fast-Scroll-RecyclerView/
Apache License 2.0
603 stars 114 forks source link

Removed unnnecessary inner handler #35

Closed MFlisar closed 6 years ago

MFlisar commented 6 years ago

I removed the inner handler that's used to post the hide animation to. Instead the RecyclerViews internal handler is used.

This solves following: