Open Mo700 opened 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
did you forget to call notifyDataSetChanged() on onItemDragFinished ? you can read the Migration Guide from 0.10.x to 0.11.0
0.10.x
0.11.0
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