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

crash when list size zero and click on index bar #13

Closed DashrathAhir closed 7 years ago

DashrathAhir commented 7 years ago

When list size zero and click on index bar crash app even hide the index bar and set width 0

myinnos commented 7 years ago

Fixed this, Please upgrade to latest version(1.0.6)

dependencies {
   compile 'com.github.myinnos:AlphabetIndex-Fast-Scroll-RecyclerView:1.0.6'
}