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

DROID-3612 Widgets | Icon fixes (#2371)

This commit is contained in:
Konstantin Ivanov 2025-04-30 17:42:42 +02:00 committed by Evgenii Kozlov
parent 5c090be64a
commit 1f4a1c638d
8 changed files with 41 additions and 14 deletions

View file

@ -6564,9 +6564,10 @@ class EditorViewModel(
objectTypeKey = objType.uniqueKey
)
).fold(
onFailure = {
onFailure = { error ->
sendToast("Error while updating object type: ${error.message}")
Timber.e(
it,
error,
"Error while updating object type: [${objType.uniqueKey}]"
)
},