Why is the drag animation being repeated in RecyclerView?
问题 The bounty expires in 6 days . Answers to this question are eligible for a +50 reputation bounty. gig6 wants to draw more attention to this question. I am using the ItemTouchHelper class to support drag and drop in my RecyclerView. While I am dragging an item around it visually updates (swaps rows) as expected. Once I drop the item, another **visual** drag occurs. For example (see diagram below) if I drag item "a" from index 0 to index 3, the correct list shows that item "b" is now at index 0