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 GitHub
parent c1f00252fa
commit d77b95cebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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