Updated on 2026-08-14

This commit is contained in:
Tangem 2021-11-12 10:41:22 +03:00
parent 8b4b388df1
commit 8a8c8f13fa
10 changed files with 106 additions and 14 deletions

View file

@ -15,9 +15,8 @@ fun Picasso.loadCurrenciesIcon(
imageView: ImageView,
textView: TextView,
token: Token? = null,
blockchain: Blockchain?,
blockchain: Blockchain,
) {
val blockchain = blockchain ?: Blockchain.Ethereum
val url = if (token != null) {
IconsUtil.getTokenIconUri(blockchain, token)