Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-29 20:50:10 +03:00
parent e644f03366
commit 1c1e112621

View file

@ -62,7 +62,7 @@ class WalletAdapter
fun bind(wallet: WalletData) = with(binding) {
val status = wallet.currencyData.status
// Skip changes when on refreshing status
if (status == BalanceStatus.Refreshing) return@with
if (status == BalanceStatus.Refreshing || wallet.fiatRateString == null) return@with
val statusMessage = when (status) {
BalanceStatus.TransactionInProgress -> {