Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-22 19:34:34 +04:00
parent 11f4759544
commit 57e6f0ebb9
5 changed files with 67 additions and 3 deletions

View file

@ -45,6 +45,7 @@ fun Blockchain.getGreyedOutIconRes(): Int {
Blockchain.Cronos -> R.drawable.ic_cronos_no_color
Blockchain.Telos, Blockchain.TelosTestnet -> R.drawable.ic_telos_no_color
Blockchain.AlephZero, Blockchain.AlephZeroTestnet -> R.drawable.ic_azero_no_color
Blockchain.OctaSpace, Blockchain.OctaSpaceTestnet -> R.drawable.ic_octaspace_no_color
else -> R.drawable.ic_tangem_logo
}
}