Updated on 2026-08-14
This commit is contained in:
parent
3cdfcb6ebc
commit
ac01e45371
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ internal class WalletSettingsModel @Inject constructor(
|
|||
cardItem = cardItem,
|
||||
isReferralAvailable = when (userWallet) {
|
||||
is UserWallet.Cold -> userWallet.cardTypesResolver.isTangemWallet()
|
||||
is UserWallet.Hot -> false
|
||||
is UserWallet.Hot -> true
|
||||
},
|
||||
isLinkMoreCardsAvailable = when (userWallet) {
|
||||
is UserWallet.Cold -> userWallet.scanResponse.card.backupStatus == CardDTO.BackupStatus.NoBackup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue