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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue