Hi, what is the best way to handle a `LongClick` o...
# compose
b
Hi, what is the best way to handle a
LongClick
on a
TextButton
👀 1
r
I used the solution I posted in this issue: https://issuetracker.google.com/u/3/issues/182081092 . However, as per the comments, a long press on a Material Button is not recommended behavior. (I've since ditched the long press workaround for a second "short press" button.)
b
thanks @Rick Regan