Updated on 2026-08-14
This commit is contained in:
parent
2fd785580d
commit
b8a8dc0642
2 changed files with 2 additions and 5 deletions
|
|
@ -34,8 +34,4 @@ data class UserWallet(
|
|||
|
||||
/** Indicated if this primary card is imported */
|
||||
val isImported: Boolean get() = scanResponse.card.wallets.any(CardDTO.Wallet::isImported)
|
||||
|
||||
fun isSingleWalletWithTokens(): Boolean {
|
||||
return scanResponse.walletData?.token != null && !isMultiCurrency
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue