What is equivalent of recyclerview.addOnTouchListe...
# android
p
What is equivalent of recyclerview.addOnTouchListener in kotlin. I tried, but couldn't figure it out
v
Copy code
recyclerView.setOnTouchListener { v, e ->
    false
}