https://kotlinlang.org logo
#compose
Title
# compose
m

Mehmet Peker

09/13/2020, 9:57 AM
I using Modifier.clickable() for handle click event but when i tap to view showing effect on view(like ripple effect).How can i disable this?
l

Louis Pullen-Freilich [G]

09/13/2020, 10:06 AM
You can pass
indication = null
to the clickable
m

Mehmet Peker

09/13/2020, 10:45 AM
Thank you so much
9 Views