Bouncy icon indicating copy to clipboard operation
Bouncy copied to clipboard

Flinging only works until performing an overscroll on the same side

Open Emplexx opened this issue 1 year ago • 2 comments

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:

app:recyclerview_fling_animation_size="0.1"
app:recyclerview_overscroll_animation_size="0.5"
app:recyclerview_damping_ratio="DAMPING_RATIO_LOW_BOUNCY"
app:recyclerview_stiffness="STIFFNESS_LOW"```

Emplexx avatar Aug 13 '22 14:08 Emplexx

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:

app:recyclerview_fling_animation_size="0.1"
app:recyclerview_overscroll_animation_size="0.5"
app:recyclerview_damping_ratio="DAMPING_RATIO_LOW_BOUNCY"
app:recyclerview_stiffness="STIFFNESS_LOW"```

Hello, are you using a Samsung galaxy device?

valkriaine avatar Aug 13 '22 14:08 valkriaine

Nope, I am using a Google Pixel 3, running the last update it received from October 2021.

Emplexx avatar Aug 13 '22 14:08 Emplexx