Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-01 14:55:17 +04:00
parent 203dc8ef0a
commit 2e58f4ec40

View file

@ -45,7 +45,7 @@ fun getActiveIconRes(blockchainId: String): Int {
"octaspace", "octaspace/test" -> R.drawable.img_octaspace_22
"chia", "chia/test" -> R.drawable.img_chia_22
"NEAR", "NEAR/test" -> R.drawable.img_near_22
"decimal", "decimal/testnet" -> R.drawable.img_decimal_22
"decimal", "decimal/test" -> R.drawable.img_decimal_22
else -> R.drawable.ic_alert_24
}
}