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:
parent
5c090be64a
commit
1f4a1c638d
8 changed files with 41 additions and 14 deletions
|
@ -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}]"
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue