Updated on 2026-08-14
This commit is contained in:
parent
8e1c45dfcb
commit
22db550533
2 changed files with 2 additions and 6 deletions
|
|
@ -56,7 +56,7 @@ internal class WalletSingleCurrencyLoadedBalanceConverter(
|
|||
|
||||
private fun getMarketPriceState(status: CryptoCurrencyStatus.Status, currencyName: String): MarketPriceBlockState {
|
||||
return when (status) {
|
||||
is CryptoCurrencyStatus.NoQuote,
|
||||
is CryptoCurrencyStatus.NoQuote -> MarketPriceBlockState.Error(currencyName)
|
||||
is CryptoCurrencyStatus.Loaded,
|
||||
is CryptoCurrencyStatus.NoAmount,
|
||||
-> MarketPriceBlockState.Content(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue