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 {

View file

@ -83,7 +83,7 @@ spr-client = "3.6.2"
# region Tangem
tangemBlockchainSdk = "release-app_5.0-368"
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
tangemCardSdk = "release-app_5.0-308"
tangemCardSdk = "release-app_5.0-309"
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds
# endregion Tangem