iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

Fixed #9:data doesn't properly reflects the change #22

Closed KayWu closed 4 years ago

KayWu commented 8 years ago

onItemMove just switch the fromPosition and toPosition, not in accordance with the items showed.

KayWu commented 8 years ago

related issue #9