Updated on 2026-08-14

This commit is contained in:
Tangem 2021-12-20 11:04:00 +03:00
parent 4a86d53346
commit fd53fcd9a3
2 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,9 @@ fun Picasso.loadCurrenciesIcon(
token?.symbol == QCX -> {
this.load(R.drawable.ic_qcx)?.into(imageView)
}
token?.symbol == VOYR -> {
this.load(R.drawable.ic_voyr)?.into(imageView)
}
url != null -> {
if (token != null) {
setTokenImage(imageView, textView, token)
@ -60,6 +63,7 @@ fun Picasso.loadCurrenciesIcon(
}
private const val QCX = "QCX"
private const val VOYR = "VOYRME"
private fun setOfflineCurrencyImage(
imageView: ImageView,

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB