mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix SwipeToDismiss extra padding
This commit is contained in:
parent
6e455e6b2f
commit
aebf8257d1
1 changed files with 0 additions and 1 deletions
|
|
@ -368,7 +368,6 @@ fun LibraryViewContent(
|
|||
)
|
||||
SwipeToDismiss(
|
||||
state = swipeState,
|
||||
modifier = Modifier.padding(vertical = 4.dp),
|
||||
directions = setOf(DismissDirection.StartToEnd, DismissDirection.EndToStart),
|
||||
dismissThresholds = { FractionalThreshold(swipeThreshold) },
|
||||
background = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue