mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 09:58:45 +01:00
chore: reduce fractional threshold of swipeable card
This commit is contained in:
parent
d770a49987
commit
5e5c506e2c
@ -64,7 +64,7 @@ fun SwipeableCard(
|
||||
},
|
||||
)
|
||||
|
||||
val threshold = 0.25f
|
||||
val threshold = 0.15f
|
||||
LaunchedEffect(dismissState) {
|
||||
snapshotFlow { dismissState.offset.value }.map {
|
||||
when {
|
||||
|
Loading…
x
Reference in New Issue
Block a user