Updated on 2026-08-14
This commit is contained in:
parent
588819d936
commit
21a3e1edce
2 changed files with 2 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ internal class BiometricUserWalletsListManager(
|
|||
override suspend fun unlock(throwIfNotAllWalletsUnlocked: Boolean): CompletionResult<UserWallet> {
|
||||
return unlockWithBiometryInternal()
|
||||
.mapFailure { error ->
|
||||
Timber.e(error, "Unable to unlock user wallets")
|
||||
if (error is UserWalletsListError) {
|
||||
error
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue