We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e19b1a commit 342365dCopy full SHA for 342365d
app/src/main/java/to/bitkit/ui/components/SheetHost.kt
@@ -46,7 +46,7 @@ import kotlin.math.roundToInt
46
47
private const val MS_DURATION_ANIM = 300
48
private const val THRESHOLD_DISMISS = 0.33f
49
-private const val VELOCITY_DISMISS = 1000f
+private const val VELOCITY_DISMISS = 2500f
50
private const val OFFSET_MIN_DRAG = -0.1f
51
private val sheetContainerColor = Color.Black
52
0 commit comments