mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 12:30:07 +03:00
Fix crash when user navigates back
This commit is contained in:
parent
45104f8cec
commit
79f5a7c666
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class DeactivateAccountViewModel @AssistedInject constructor(@Assisted private v
|
|||
}
|
||||
)
|
||||
DeactivateAccountViewEvents.Done
|
||||
} catch (failure: Exception) {
|
||||
} catch (failure: Throwable) {
|
||||
if (failure.isInvalidUIAAuth()) {
|
||||
DeactivateAccountViewEvents.InvalidAuth
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue