DragSelectRecyclerView icon indicating copy to clipboard operation
DragSelectRecyclerView copied to clipboard

Scroller seems no used

Open ichenhe opened this issue 5 years ago • 0 comments

Since Scroller used to calculate current position which relate to the peogress of scrolling. But in this lib we calculate the speed ourselves. Scroller just be used as a flag to indicate whether is scrolling.

So I think we can simply use a boolean var to take the place of the Scroller. I have already done this and every thing woks well.

I am still not sure if you use it for any other reason.

ichenhe avatar Feb 14 '20 02:02 ichenhe