ursus
10/16/2023, 1:42 PMval hapticFeedback = LocalHapticFeedback.current
hapticFeedback.performHapticFeedback(HapticFeedbackType.TextHandleMove)
but there only seems to be TextHandleMove
and LongPress
available?
How come? Is it still coming?
Since I can LocalView.current.performHapticFeedback(..)
and pick all the constants, not just 2Stylianos Gakis
10/16/2023, 1:59 PMLocalView
approach in the deprecation message” at least.ursus
10/16/2023, 2:00 PMStylianos Gakis
10/16/2023, 2:02 PM