mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1551 App | Fix | Do not crash when 'iconImage' relation value is stored using incorrect type format (#211)
This commit is contained in:
parent
910c5903ad
commit
07e0b818f7
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ sealed class ObjectWrapper {
|
|||
val name: String? by default
|
||||
|
||||
val iconEmoji: String? by default
|
||||
val iconImage: String? by default
|
||||
val iconImage: String? = getValue(Relations.ICON_IMAGE)
|
||||
val iconOption: Double? by default
|
||||
|
||||
val coverId: String? by default
|
||||
|
@ -135,7 +135,7 @@ sealed class ObjectWrapper {
|
|||
val description: String? by default
|
||||
val source: String? by default
|
||||
val iconEmoji: String? by default
|
||||
val iconImage: String? by default
|
||||
val iconImage: String? = getValue(Relations.ICON_IMAGE)
|
||||
val picture: String? by default
|
||||
val isArchived: Boolean? by default
|
||||
val isDeleted: Boolean? by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue