SecureBackup: update matrix sdk module.

This commit is contained in:
Benoit Marty 2023-10-26 18:02:34 +02:00
parent 00d24ce4b1
commit 3a15b92eb6
17 changed files with 518 additions and 11 deletions

View file

@ -142,7 +142,7 @@ class PinUnlockPresenter @Inject constructor(
private fun CoroutineScope.signOut(signOutAction: MutableState<Async<String?>>) = launch {
suspend {
matrixClient.logout()
matrixClient.logout(ignoreSdkError = true)
}.runCatchingUpdatingState(signOutAction)
}
}