chore: reduce fractional threshold of swipeable card

This commit is contained in:
Diego Beraldin 2023-09-21 06:04:55 +02:00
parent d770a49987
commit 5e5c506e2c

View File

@ -64,7 +64,7 @@ fun SwipeableCard(
},
)
val threshold = 0.25f
val threshold = 0.15f
LaunchedEffect(dismissState) {
snapshotFlow { dismissState.offset.value }.map {
when {