timusus / RecyclerView-FastScroll

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

ScrollToPosition #45

Closed Hitexroid closed 7 years ago

Hitexroid commented 7 years ago

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.RecyclerView.scrollToPosition(int)' on a null object reference

timusus commented 7 years ago

It sounds like your RecyclerView is null. There's not enough information here for me to do anything with.

Hitexroid commented 7 years ago

Just when i use ScrollToPosition returns this error ! please test it.

timusus commented 7 years ago

Can you provide a stack trace and some sample code?