Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-30 13:44:43 +03:00
commit 1fe877a383

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 -> {