Follow SDK method renaming: fix_recovery_issues() got renamed to recover()
This commit is contained in:
parent
8f5fed48ab
commit
e8e2e95e02
5 changed files with 11 additions and 11 deletions
|
|
@ -89,7 +89,7 @@ class SecureBackupEnterRecoveryKeyPresenter @Inject constructor(
|
|||
action: MutableState<Async<Unit>>
|
||||
) = launch {
|
||||
suspend {
|
||||
encryptionService.fixRecoveryIssues(recoveryKey).getOrThrow()
|
||||
encryptionService.recover(recoveryKey).getOrThrow()
|
||||
}.runCatchingUpdatingState(action)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue