Updated on 2026-08-14
This commit is contained in:
parent
d1a09370c7
commit
3b33d4db0a
24 changed files with 363 additions and 484 deletions
|
|
@ -19,7 +19,7 @@ internal class CryptoCurrencyStatusToTokenItemConverter(
|
|||
private val CryptoCurrencyStatus.networkIconResId: Int?
|
||||
@DrawableRes get() {
|
||||
// TODO: [REDACTED_JIRA]
|
||||
return if (currency is CryptoCurrency.Token) null else R.drawable.img_eth_22
|
||||
return if (currency is CryptoCurrency.Coin) null else R.drawable.img_eth_22
|
||||
}
|
||||
|
||||
private val CryptoCurrencyStatus.tokenIconResId: Int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue