cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Fling stuck issue #465

Closed smelfungus closed 8 months ago

smelfungus commented 7 years ago

Hi there! Here is a nasty issue with fling stuck, reproducible even with built-in samples.

Recorded issue video: https://drive.google.com/file/d/0B3vdAkni3quad3RwNENuZHZwWVU/view?usp=sharing

As you can see issue is spawning on 0:03, 0:12, 0:20. Please note, that there were plenty of items already added to adapter so it's not related to load more triggering and it's also spawning in both directions. Please, download the video in case of poor web player quality.

cymcsg commented 7 years ago

Do you mean the problem is the recyclerview stuck when it already get to the bottom of the recyclerview?

smelfungus commented 7 years ago

@cymcsg as you can see scrolling accidentally stops and overscroll effect appears even when there are plenty items to scroll through. You can also notice it via scrollbar position on the video.