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:
parent
646e21326f
commit
5d2f01cfe3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class ObjectTopToolbar @JvmOverloads constructor(
|
|||
if (isReadOnly) {
|
||||
binding.ivThreeDots.invisible()
|
||||
} else {
|
||||
binding.ivThreeDots.invisible()
|
||||
binding.ivThreeDots.visible()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue