Updated on 2026-08-14
This commit is contained in:
parent
6baf8bd3f1
commit
05138c8897
1 changed files with 8 additions and 0 deletions
|
|
@ -165,6 +165,14 @@ internal class DefaultWalletStoresManager(
|
|||
.build(),
|
||||
)
|
||||
}
|
||||
.flatMapOnFailure { error ->
|
||||
when (error) {
|
||||
is WalletStoresError.WalletManagerNotCreated,
|
||||
is WalletStoresError.UpdateWalletManagerError,
|
||||
-> CompletionResult.Success(Unit)
|
||||
else -> CompletionResult.Failure(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
internal data class State(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue