SuperRecyclerView
SuperRecyclerView copied to clipboard
Bug when implementing ItemTouchHelper
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...