mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-02 02:16:48 +01:00
Fix crash when updating profile and the source field exists, but some of _its_ fields don't (#2243)
This commit is contained in:
parent
821411b0eb
commit
d93a9b5753
@ -79,9 +79,9 @@ data class Account(
|
||||
}
|
||||
|
||||
data class AccountSource(
|
||||
val privacy: Status.Visibility,
|
||||
val sensitive: Boolean,
|
||||
val note: String,
|
||||
val privacy: Status.Visibility?,
|
||||
val sensitive: Boolean?,
|
||||
val note: String?,
|
||||
val fields: List<StringField>?
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user