Updated on 2026-08-14
This commit is contained in:
parent
c637c9a194
commit
0b3914cf6a
29 changed files with 453 additions and 37 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ internal class SendRecipientWalletListConverter(
|
|||
account.icon,
|
||||
)
|
||||
is Account.Payment -> AccountIconUM.Payment
|
||||
is Account.Virtual -> AccountIconUM.Virtual
|
||||
},
|
||||
prefixText = stringReference(StringsSigns.DOT),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue