mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2865 fix
This commit is contained in:
parent
8a4c78fa21
commit
e87f1f30cf
1 changed files with 1 additions and 1 deletions
|
@ -4186,7 +4186,7 @@ class EditorViewModel(
|
|||
|
||||
fun onObjectIconClicked() {
|
||||
Timber.d("onPageIconClicked, ")
|
||||
if (mode == EditorMode.Locked) {
|
||||
if (mode == EditorMode.Locked || mode == EditorMode.Read) {
|
||||
sendToast("Unlock your object to change its icon")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue