Updated on 2026-08-14

This commit is contained in:
Tangem 2021-05-21 10:27:46 +03:00
parent 33759c620c
commit 293c932422
21 changed files with 357 additions and 242 deletions

View file

@ -134,11 +134,11 @@ private fun sendTransaction(
dispatch(NavigationAction.PopBackTo())
scope.launch(Dispatchers.IO) {
withContext(Dispatchers.Main) {
dispatch(WalletAction.UpdateWallet(walletManager.wallet.blockchain.currency))
dispatch(WalletAction.UpdateWallet(walletManager.wallet.blockchain))
}
delay(10000)
withContext(Dispatchers.Main) {
dispatch(WalletAction.UpdateWallet(walletManager.wallet.blockchain.currency))
dispatch(WalletAction.UpdateWallet(walletManager.wallet.blockchain))
}
}
}