Morgan
05/26/2025, 3:11 PMprivate
?
Will this be available in a future update ? Because at the moment, if we want to change the sensitivity, we must use the other method that takes a ScrollableState
and provide a LayoutInfoProvider
on our own.
Also, we cannot customize the sensitivity beyond these 2 values that are HIGH and DEFAULT
@Composable
private fun snapBehavior(
scrollableState: ScrollableState,
layoutInfoProvider: RotarySnapLayoutInfoProvider,
snapSensitivity: RotarySnapSensitivity,
snapOffset: Dp,
hapticFeedbackEnabled: Boolean
): RotaryScrollableBehavior
yschimke
05/26/2025, 7:17 PMyschimke
05/26/2025, 7:18 PMmarlonlom
05/26/2025, 8:45 PMMorgan
05/27/2025, 6:42 AMMorgan
05/27/2025, 6:43 AMHorizontalPager
The sensitivity is way too high to properly select an item or at least this is the case for us