Skip to content

Commit 342365d

Browse files
committed
fix: sheet dismiss sensitivity
1 parent 5e19b1a commit 342365d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/SheetHost.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import kotlin.math.roundToInt
4646

4747
private const val MS_DURATION_ANIM = 300
4848
private const val THRESHOLD_DISMISS = 0.33f
49-
private const val VELOCITY_DISMISS = 1000f
49+
private const val VELOCITY_DISMISS = 2500f
5050
private const val OFFSET_MIN_DRAG = -0.1f
5151
private val sheetContainerColor = Color.Black
5252

0 commit comments

Comments
 (0)