SecureBackup: update matrix sdk module.

This commit is contained in:
Benoit Marty 2023-10-26 18:02:34 +02:00
parent 4a390296cf
commit b5ffa6eef3
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)
}
}