Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

Bug when implementing ItemTouchHelper #130

Open Harshal624 opened 3 years ago

Harshal624 commented 3 years ago

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...