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
When I fling my list and it reaches the end, it bounces as expected, but if I drag on the same side (perform an overscroll) and then fling again, it no longer bounces and just abruptly stops. Eg if I drag (overscroll) on the bottom side of the list, flinging animation will no longer work on the bottom
The BouncyRecyclerView is in a CoordinatorLayout. The layout file is for a fragment. My adapter extends BouncyRecyclerView. BouncyRecyclerView has the following settings:
When I fling my list and it reaches the end, it bounces as expected, but if I drag on the same side (perform an overscroll) and then fling again, it no longer bounces and just abruptly stops. Eg if I drag (overscroll) on the bottom side of the list, flinging animation will no longer work on the bottom
The BouncyRecyclerView is in a CoordinatorLayout. The layout file is for a fragment. My adapter extends BouncyRecyclerView. BouncyRecyclerView has the following settings:
When I fling my list and it reaches the end, it bounces as expected, but if I drag on the same side (perform an overscroll) and then fling again, it no longer bounces and just abruptly stops. Eg if I drag (overscroll) on the bottom side of the list, flinging animation will no longer work on the bottom
The
BouncyRecyclerView
is in aCoordinatorLayout
. The layout file is for a fragment. My adapter extendsBouncyRecyclerView
.BouncyRecyclerView
has the following settings:The text was updated successfully, but these errors were encountered: