1
0
Fork 0
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:
Evgenii Kozlov 2023-07-17 14:30:22 +02:00 committed by uburoiubu
parent 910c5903ad
commit 07e0b818f7
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -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