Closed nascentt closed 2 months ago
Thanks for the report. It seems with Compose we have to manually call haptic.performHapticFeedback(HapticFeedbackType.LongPress)
in every long click handler...
I ended up adding a combinedClickableWithHaptics
extension function to do this automatically.
Seems good on v357
Long pressing to bring up the context menu on items in the new grid layout has no vibration feedback