Follow SDK method renaming: fix_recovery_issues() got renamed to recover()
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ internal class RustEncryptionService(
|
||||
}
|
||||
}
|
||||
|
||||
override suspend fun fixRecoveryIssues(recoveryKey: String): Result<Unit> = withContext(dispatchers.io) {
|
||||
override suspend fun recover(recoveryKey: String): Result<Unit> = withContext(dispatchers.io) {
|
||||
runCatching {
|
||||
service.recover(recoveryKey)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user