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

Single notification - onMove #48

Open justdan0227 opened 7 years ago

justdan0227 commented 7 years ago

What am I doing wrong that I am getting continual onMove calls while dragging a row up and down. I just want to get the final FROM and TO?