Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-30 17:21:41 +04:00
parent 588819d936
commit 21a3e1edce
2 changed files with 2 additions and 1 deletions

View file

@ -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 {