Updated on 2026-08-14
This commit is contained in:
parent
fb8e73b12b
commit
c1d0f97f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue