danoz73 / RecyclerViewFastScroller

A Fast Scroller for the RecyclerView world!
Other
1.13k stars 211 forks source link

Crash when adapter is null #68

Open AhmedML opened 7 years ago

AhmedML commented 7 years ago

Class : AbsRecyclerViewFastScroller.java

The application crashes when the Adapter of mRecyclerView is null

method: private int getPositionFromScrollProgress(float scrollProgress) { return (int) (mRecyclerView.getAdapter().getItemCount() * scrollProgress); }

You did not test on the adapter