I was experimenting with Haptic feedback ```intern...
# compose
y
I was experimenting with Haptic feedback
Copy code
internal actual object PlatformHapticFeedbackType {
    actual val LongPress: HapticFeedbackType = HapticFeedbackType(0)
    actual val TextHandleMove: HapticFeedbackType = HapticFeedbackType(9)
}
and I tried to set some values of my own example expecting that the vibration would be less but they don't seem to have any effect at all
Copy code
HapticFeedbackType(23)
HapticFeedbackType(102)