Updated on 2026-08-14

This commit is contained in:
Tangem 2021-06-17 10:30:22 +03:00
parent fe59a7532e
commit 6840890e9e
3 changed files with 3 additions and 4 deletions

View file

@ -19,5 +19,6 @@ fun Blockchain.getIconRes(): Int {
Blockchain.Tezos -> R.drawable.ic_tezos
Blockchain.XRP -> R.drawable.ic_xrp
Blockchain.Stellar -> R.drawable.ic_stellar
else -> R.drawable.shape_circle
}
}