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 GitHub
parent e0ffe809e8
commit a640880f37
Signed by: github
GPG key ID: B5690EEEBB952194

View file

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