Updated on 2026-08-14
This commit is contained in:
parent
1aefc95cb1
commit
e67b6aeb53
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue