Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-05 12:35:03 +05:00
parent c637c9a194
commit 0b3914cf6a
29 changed files with 453 additions and 37 deletions

View file

@ -234,6 +234,7 @@ internal class SendDestinationModel @Inject constructor(
when (accountStatus) {
is AccountStatus.CryptoPortfolio -> accountStatus.getDestinationWalletUM(wallet)
is AccountStatus.Payment -> listOfNotNull(accountStatus.getDestinationWalletUM(wallet))
is AccountStatus.Virtual -> emptyList()
}
}
}

View file

@ -67,6 +67,7 @@ internal class SendRecipientWalletListConverter(
account.icon,
)
is Account.Payment -> AccountIconUM.Payment
is Account.Virtual -> AccountIconUM.Virtual
},
prefixText = stringReference(StringsSigns.DOT),
)