Updated on 2026-08-14
This commit is contained in:
parent
8b4b388df1
commit
8a8c8f13fa
10 changed files with 106 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue