Android-ItemTouchHelper-Demo icon indicating copy to clipboard operation
Android-ItemTouchHelper-Demo copied to clipboard

fix(Grid Mode):keep the data in adapter synchronized with the view when moving items in grid mode

Open Morphin3 opened this issue 8 years ago • 0 comments

When I moved the 'Four' item over the 'One' item,the views were not swaped as expected,instead,the 'Four' item was inserted before the 'One' item.

Morphin3 avatar Mar 17 '16 15:03 Morphin3