Skip to content

Commit

Permalink
[APP]Kava hard pool image url update
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Aug 2, 2024
1 parent ddd30f4 commit 0dc9dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class LendListViewHolder(
BaseData.assets?.firstOrNull { it.denom == lendMarket?.denom }?.let { asset ->
asset.decimals?.let { decimal ->
val lendImgDenom = asset.origin_denom
Picasso.get().load(KAVA_LEND_IMG_URL + "lp" + lendImgDenom + ".png").fit()
Picasso.get().load(KAVA_LEND_IMG_URL + "lp" + lendImgDenom?.replace("/",":") + ".png").fit()
.into(marketImg)
val title = lendMarket?.spotMarketId?.replace(":30", "")?.replace(":720", "")
marketType.text = title?.uppercase()
Expand Down

0 comments on commit 0dc9dac

Please sign in to comment.