mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 20:59:00 +00:00
Catch rare deserialization error with tasks
This commit is contained in:
parent
487458e37d
commit
25eace34cf
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ class TaskListDeserializer : JsonDeserializer<TaskList> {
|
|||
}
|
||||
} catch (ignored: ClassCastException) {
|
||||
|
||||
} catch (ignored: java.lang.UnsupportedOperationException) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue