Updated on 2026-08-14
This commit is contained in:
commit
7378429e90
3 changed files with 76 additions and 11 deletions
|
|
@ -91,7 +91,6 @@ internal class MarketsTokenItemConverter(
|
|||
|
||||
private fun TokenMarket.getCurrentPrice(prev: TokenMarket? = null): MarketsListItemUM.Price {
|
||||
val prevPrice = prev?.tokenQuotesShort?.currentPrice
|
||||
|
||||
val priceText = tokenQuotesShort.currentPrice.format {
|
||||
fiat(
|
||||
fiatCurrencyCode = appCurrency.code,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue