material-scrolling
material-scrolling copied to clipboard
NullPointerException when using GridLayoutManager
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 ?
Can you try 1.1.0 to verify?