You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doing this OverScrollDecoratorHelper.setUpOverScroll(recyclerView, OverScrollDecoratorHelper.ORIENTATION_VERTICAL); before setting a layout manager on your recycler view will trigger this error.
I am trying to use your library on my recycler view. I use a default
GridLayoutManager
however, I get the errorHow can I solve this error?
The text was updated successfully, but these errors were encountered: