Open abdallahmehiz opened 5 months ago
Good feature. Will merge after some testing.
HapticFeedbackType.TextHandleMove
doesn't work on some devices. Only LongPress
works.
The intended behavior should be that the haptics works only when the user is dragging on the seekbar, but the haptics gets activated even when the segment changes while in progress or when the LaunchedEffect
is composed for the first time.
This is due to LaunchedEffect
lamda being invoked whenever the segment changes. This should not be happening.
A similar effect to what Youtube has.