Updated on 2026-08-14
This commit is contained in:
parent
b8a8dc0642
commit
a8be4f8851
1 changed files with 3 additions and 0 deletions
|
|
@ -756,6 +756,9 @@ internal class WalletViewModel @Inject constructor(
|
|||
val wallet = getWallet(walletIndex)
|
||||
|
||||
viewModelScope.launch(dispatchers.main) {
|
||||
singleWalletCryptoCurrencyStatus?.let {
|
||||
updateButtons(wallet.walletId, it)
|
||||
}
|
||||
val result = fetchCurrencyStatusUseCase(wallet.walletId, refresh = true)
|
||||
|
||||
uiState = stateFactory.getRefreshedState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue