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 862 forks source link

Dragged items stay red #428

Open Mo700 opened 6 years ago

Mo700 commented 6 years ago

I copied the Draggable Swipeable example to my app and when I drag items to different positions, they stay red even after I release them. they only go white again if I scroll them out of view then back in again

arsalanelec commented 6 years ago

did you forget to call notifyDataSetChanged() on onItemDragFinished ? you can read the Migration Guide from 0.10.x to 0.11.0