SuperRecyclerView icon indicating copy to clipboard operation
SuperRecyclerView copied to clipboard

Bug when implementing ItemTouchHelper

Open Harshal624 opened this issue 3 years ago • 0 comments

I am working on RecyclerView swipe to delete and my RecyclerView is in a fragment with Bottom Navigation and everything is going well but sometimes swipe stops and gets stuck motionless so I can't completely swipe the item nor it's recoverable.

I have attached my custom ItemTouchHelper to the super recyclerview. In this custom ItemTouchHelper.Callback implementation, I have two separate functions for right-left swipe. When the swipe is stuck, onSwiped() is never called...

Harshal624 avatar Jul 28 '21 11:07 Harshal624