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

DROID-2313 Editor | Fix | Three button visibility (#1073)

This commit is contained in:
Konstantin Ivanov 2024-04-07 19:02:43 +02:00 committed by GitHub
parent 646e21326f
commit 5d2f01cfe3
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ class ObjectTopToolbar @JvmOverloads constructor(
if (isReadOnly) {
binding.ivThreeDots.invisible()
} else {
binding.ivThreeDots.invisible()
binding.ivThreeDots.visible()
}
}