Fix crash on restore backup from ky
This commit is contained in:
parent
1e2b5dd428
commit
040deea655
@ -13,6 +13,7 @@ Bugfix 🐛:
|
|||||||
- Fix | Verify Manually by Text crashes if private SSK not known (#1337)
|
- Fix | Verify Manually by Text crashes if private SSK not known (#1337)
|
||||||
- Sometimes the same device appears twice in the list of devices of a user (#1329)
|
- Sometimes the same device appears twice in the list of devices of a user (#1329)
|
||||||
- Random Crashes while doing sth with cross signing keys (#1364)
|
- Random Crashes while doing sth with cross signing keys (#1364)
|
||||||
|
- Crash | crash while restoring key backup (#1366)
|
||||||
|
|
||||||
Translations 🗣:
|
Translations 🗣:
|
||||||
-
|
-
|
||||||
|
@ -51,7 +51,7 @@ class KeysBackupRestoreFromKeyViewModel @Inject constructor(
|
|||||||
try {
|
try {
|
||||||
sharedViewModel.recoverUsingBackupPass(recoveryKey)
|
sharedViewModel.recoverUsingBackupPass(recoveryKey)
|
||||||
} catch (failure: Throwable) {
|
} catch (failure: Throwable) {
|
||||||
recoveryCodeErrorText.value = stringProvider.getString(R.string.keys_backup_recovery_code_error_decrypt)
|
recoveryCodeErrorText.postValue(stringProvider.getString(R.string.keys_backup_recovery_code_error_decrypt))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user