Updated on 2026-08-14

This commit is contained in:
Tangem 2020-11-26 22:24:40 +03:00
commit 3be830485f

View file

@ -44,7 +44,7 @@ class TapWalletManager {
suspend fun updateWallet() {
val walletManager = store.state.globalState.scanNoteResponse?.walletManager
if (walletManager == null) {
store.dispatch(WalletAction.UpdateWallet.Failure())
withContext(Dispatchers.Main) { store.dispatch(WalletAction.UpdateWallet.Failure()) }
return
}
val result = try {