Join Slack
Powered by
What is equivalent of recyclerview.addOnTouchListe...
# android
p
pan
06/04/2017, 11:29 AM
What is equivalent of recyclerview.addOnTouchListener in kotlin. I tried, but couldn't figure it out
v
vyacheslav.gerasimov
06/04/2017, 12:43 PM
Copy code
recyclerView.setOnTouchListener { v, e -> false }
Open in Slack
Previous
Next