Updated on 2026-08-14
This commit is contained in:
commit
8bc05d168b
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue