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