Updated on 2026-08-14
This commit is contained in:
parent
9904a6cfcb
commit
eb73cafbd0
1 changed files with 1 additions and 2 deletions
|
|
@ -132,7 +132,6 @@ class TapWalletManager {
|
|||
}
|
||||
|
||||
dispatchOnMain(WalletAction.LoadWallet())
|
||||
dispatchOnMain(WalletAction.LoadFiatRate())
|
||||
}
|
||||
|
||||
private suspend fun loadMultiWalletData(
|
||||
|
|
@ -202,6 +201,7 @@ class TapWalletManager {
|
|||
)
|
||||
}
|
||||
checkIfDerivationsAreMissing(blockchainNetworks, scanResponse)
|
||||
store.dispatch(WalletAction.LoadFiatRate(coinsList = userTokens))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -218,7 +218,6 @@ class TapWalletManager {
|
|||
}
|
||||
|
||||
store.dispatch(WalletAction.LoadWallet())
|
||||
store.dispatch(WalletAction.LoadFiatRate())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue