android-advancedrecyclerview
android-advancedrecyclerview copied to clipboard
Draggable Horizontal RecyclerView: the scroll doesn't work
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?
Same here any workaround?