turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

Using Indicator when the RecyclerView content is empty leads to crash #125

Open androideveloper opened 5 years ago

androideveloper commented 5 years ago

Similar to this Issue. Exception being thrown is IndexOutOfBoundsException, not ArrayIndexOutOfBoundsException. So the solution would be to catch parent exception.

androideveloper commented 5 years ago

Made PR

androideveloper commented 5 years ago

Any updates?