Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-23 17:45:02 +03:00
parent 1aefc95cb1
commit e67b6aeb53

View file

@ -207,8 +207,8 @@ class TangemSheetState(
absVelocityThreshold = 0.5f,
),
confirmValueChange = confirmValueChange,
positionalThreshold = { with(density) { 56.dp.toPx() } },
velocityThreshold = { with(density) { 125.dp.toPx() } },
positionalThreshold = { with(density) { 156.dp.toPx() } },
velocityThreshold = { with(density) { 225.dp.toPx() } },
)
internal val offset: Float