h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

Draggable Horizontal RecyclerView: the scroll doesn't work #480

Open anthony3444 opened 5 years ago

anthony3444 commented 5 years ago

I have an horizontal recyclerview in my view holder. I've implemented DraggableItemAdapter. It works perfectly if position start and end are visible. But if I want to drop, and scroll to reach a specific position in this recyclerview it doesn't work (due to drag process). Could you help me guys?

didi789 commented 3 years ago

Same here any workaround?