Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-14 12:25:12 +03:00
parent fb8e73b12b
commit c1d0f97f0b

View file

@ -100,7 +100,7 @@ internal class BiometricUserWalletsListManager(
} else {
val isWalletSaved = state.value.userWallets
.any {
it.walletId == userWallet.walletId || it.cardsInWallet.contains(userWallet.cardId)
it.walletId == userWallet.walletId
}
if (isWalletSaved) {