Updated on 2026-08-14

This commit is contained in:
Tangem 2022-09-14 23:57:18 +03:00
parent 1db787c1a1
commit 325f78d2e1

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 || wallet.fiatRateString == null) return@with
if (status == BalanceStatus.Refreshing) return@with
val statusMessage = when (status) {
BalanceStatus.TransactionInProgress -> {