timusus / RecyclerView-FastScroll

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

FastScrollPopup - Not working for some reason when compiled from gradle? #13

Closed ItsCalebJones closed 8 years ago

ItsCalebJones commented 8 years ago

The only thing I am changing is using a local build of the library, maybe an older version then switching to using the gradle link:

compile 'com.simplecityapps:recyclerview-fastscroll:1.0.5'

And then the SectionIndexer method 'getSectionForPosition' doesn't seem to get called. Any thoughts?

ItsCalebJones commented 8 years ago

Looks like SectionIndexer was replaced with SectionAdapter, i'll look into figuring that out.