danoz73 / RecyclerViewFastScroller

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

Crash on recycleview #76

Open SaurabhGaddelpalliwar opened 5 years ago

SaurabhGaddelpalliwar commented 5 years ago

when i using same xml in another Activity i m using 'xyz.danoz:recyclerviewfastscroller:0.1.3'

java.lang.NullPointerException: Attempt to invoke virtual method 'androidx.recyclerview.widget.RecyclerView$LayoutManager androidx.recyclerview.widget.RecyclerView.getLayoutManager()' on a null object reference at xyz.danoz.recyclerviewfastscroller.calculation.progress.VerticalLinearLayoutManagerScrollProgressCalculator.calculateScrollProgress(VerticalLinearLayoutManagerScrollProgressCalculator.java:25) at xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller.onLayout(AbsRecyclerViewFastScroller.java:206)

SaurabhGaddelpalliwar commented 5 years ago

please fix this issue

masif040 commented 2 years ago

i have also this issue can it solve