material-scrolling icon indicating copy to clipboard operation
material-scrolling copied to clipboard

NullPointerException when using GridLayoutManager

Open CanGokdere opened this issue 9 years ago • 1 comments

Library works like a charm when I use LinearLayoutManager, but what I would like to do is use a grid. I get nullPointerException when I use GridLayoutManager java.lang.NullPointerException at jp.satorufujiwara.scrolling.RecyclerViewHolder.scrollTo(RecyclerViewHolder.java:50)

Is this currently a bug or this library will not support grid ?

CanGokdere avatar Sep 30 '15 12:09 CanGokdere

Can you try 1.1.0 to verify?

satorufujiwara avatar Oct 29 '15 14:10 satorufujiwara