Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-31 11:10:47 +04:00
commit a43b737b26

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