Updated on 2026-08-14
This commit is contained in:
parent
5d853ea8b8
commit
19d6b9748e
43 changed files with 414 additions and 384 deletions
|
|
@ -130,6 +130,7 @@ internal class InitialCurrenciesResolver @Inject constructor(
|
|||
private fun getPaymentAccountCurrencies(accountStatus: AccountStatus.Payment): List<CryptoCurrencyStatus> {
|
||||
val paymentCryptoCurrencyStatus = when (val statusValue = accountStatus.value) {
|
||||
is PaymentAccountStatusValue.Loaded -> statusValue.cryptoCurrencyStatus
|
||||
is PaymentAccountStatusValue.Deactivated -> statusValue.cryptoCurrencyStatus
|
||||
else -> null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue