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

DROID-3290 Set | Fix | Removed ‘equal’ condition for selection relations (#2030)

This commit is contained in:
Konstantin Ivanov 2025-01-24 19:57:19 +01:00 committed by konstantiniiv
parent ed10d215f5
commit 5c583bb8f2

View file

@ -356,7 +356,6 @@ sealed class Viewer {
fun selectConditions() = listOf(
In(),
AllIn(),
Equal(),
NotIn(),
Empty(),
NotEmpty(),