Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

SwipeToDismiss does not work when the view has an OnClickListener #102

Open 0xjohnnycagewins opened 8 years ago

0xjohnnycagewins commented 8 years ago

Is it normal that swipe to dismiss does not work when the view has an OnClickListener set (even if it's null) ?

waylaidwanderer commented 7 years ago

Having a touch listener set overrides the click listener. I'm also having this problem.

karandeep26 commented 7 years ago

Use item touch listener instead.