Open Zeliret opened 9 years ago
Hi @Zeliret,
have you checked out the sample app?
you should override canDismiss
, onDismiss
and also setItemAnimator
properly.
Having OnClick Listener on Viewholder of the RecyclerView prevents SwipeToDismiss from functioning properly.
I have a SuperRecyclerView instance and I setup a swipe-to-dismiss callback to it. The canDismiss method returns true. But it does not work. Probably I do something wrong.