1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3085 All Objects | Fix | Untitled objects, swipe (#1829)

This commit is contained in:
Konstantin Ivanov 2024-11-21 13:19:04 +01:00 committed by Evgenii Kozlov
parent a61f56e1c8
commit a50bf60f99

View file

@ -849,6 +849,7 @@ fun SwipeToDismissListItems(
} else {
false
}
return@rememberSwipeToDismissBoxState true
},
positionalThreshold = { it * .5f }
)