mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-655 Relations | Refactoring | Implement fallback logic for default object type ID when updating Android app (#2726)
This commit is contained in:
parent
ef784d4f31
commit
e10d35e6b8
5 changed files with 62 additions and 13 deletions
|
@ -698,7 +698,7 @@ class Middleware(
|
|||
val (image, emoji) = when (val icon = command.icon) {
|
||||
is Command.SetTextIcon.Icon.Emoji -> "" to icon.unicode
|
||||
is Command.SetTextIcon.Icon.Image -> icon.hash to ""
|
||||
Command.SetTextIcon.Icon.None -> "" to ""
|
||||
is Command.SetTextIcon.Icon.None -> "" to ""
|
||||
}
|
||||
val request = Rpc.BlockText.SetIcon.Request(
|
||||
contextId = command.context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue