Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-09 13:24:48 +03:00
parent d1a09370c7
commit 3b33d4db0a
24 changed files with 363 additions and 484 deletions

View file

@ -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