Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-30 16:00:33 +03:00
parent 82fec40849
commit b2a2e380eb

View file

@ -168,7 +168,7 @@ private fun setupWalletUpdate(wallet: Wallet) {
if (!wallet.recentTransactions.toPendingTransactions(wallet.address).isNullOrEmpty()) {
store.dispatch(WalletAction.UpdateWallet.ScheduleUpdatingWallet)
scope.launch(Dispatchers.IO) {
delay(5000)
delay(10000)
withContext(Dispatchers.Main) {
store.dispatch(WalletAction.UpdateWallet)
}