Updated on 2026-08-14

This commit is contained in:
Tangem 2022-06-03 13:30:08 +03:00
parent 580fb5b73c
commit 1f4dd69476

View file

@ -113,11 +113,8 @@ class WalletAdapter
lContent.tvStatus.text = statusMessage
lContent.tvExchangeRate.isVisible = statusMessage == null
lContent.tvExchangeRate.text = if (isCustomCurrency) {
root.getString(id = R.string.token_item_no_rate)
} else {
wallet.fiatRateString ?: ""
}
lContent.tvExchangeRate.text = wallet.fiatRateString
?: root.getString(id = R.string.token_item_no_rate)
badgeCustomBalance.isVisible = isCustomCurrency