Updated on 2026-08-14
This commit is contained in:
parent
bb541e6a3f
commit
e63b1eac67
11 changed files with 22 additions and 2 deletions
|
|
@ -88,6 +88,7 @@ fun getActiveIconRes(blockchainId: String): Int {
|
|||
"odyssey", "odyssey/test" -> R.drawable.img_odyssey_chain_22
|
||||
"bitrock", "bitrock/test" -> R.drawable.img_bitrock_22
|
||||
"sonic", "sonic/test" -> R.drawable.ic_alert_24 // todo Sonic [REDACTED_TASK_KEY]
|
||||
"apechain", "apechain/test" -> R.drawable.ic_alert_24 // todo ApeChain [REDACTED_TASK_KEY]
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -174,6 +175,7 @@ fun getActiveIconResByCoinId(coinId: String): Int {
|
|||
"odyssey", "odyssey/test" -> R.drawable.img_odyssey_chain_22
|
||||
"bitrock", "bitrock/test" -> R.drawable.img_bitrock_22
|
||||
"sonic", "sonic/test" -> R.drawable.ic_alert_24 // todo Sonic [REDACTED_TASK_KEY]
|
||||
"apechain", "apechain/test" -> R.drawable.ic_alert_24 // todo ApeChain [REDACTED_TASK_KEY]
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
|
|
@ -263,6 +265,7 @@ fun getGreyedOutIconRes(blockchainId: String): Int {
|
|||
"odyssey", "odyssey/test" -> R.drawable.ic_odyssey_chain_22
|
||||
"bitrock", "bitrock/test" -> R.drawable.ic_bitrock_22
|
||||
"sonic", "sonic/test" -> R.drawable.ic_alert_24 // todo Sonic [REDACTED_TASK_KEY]
|
||||
"apechain", "apechain/test" -> R.drawable.ic_alert_24 // todo ApeChain [REDACTED_TASK_KEY]
|
||||
else -> R.drawable.ic_alert_24
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue