Updated on 2026-08-14
This commit is contained in:
parent
a1d81d9197
commit
2c89cc2702
1 changed files with 3 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ private fun sendTransaction(
|
|||
dispatch(GlobalAction.UpdateWalletSignedHashes(result.data.walletSignedHashes))
|
||||
dispatch(NavigationAction.PopBackTo())
|
||||
scope.launch(Dispatchers.IO) {
|
||||
withContext(Dispatchers.Main) {
|
||||
dispatch(WalletAction.UpdateWallet(walletManager.wallet.blockchain.currency))
|
||||
}
|
||||
delay(10000)
|
||||
withContext(Dispatchers.Main) {
|
||||
dispatch(WalletAction.UpdateWallet(walletManager.wallet.blockchain.currency))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue