Hey, have you an idea how to reduce the delay for ...
# compose
l
Hey, have you an idea how to reduce the delay for triggering a long press detected by compose ? Ideally i would like it to be 100ms or something like that. I tried using combinedClickable and detectTapGestures but with no really success.
a
Provide your own
LocalViewConfiguration
and override
longPressTimeoutMillis
.
l
Yeah, thanks this works 🙏