Updated on 2026-08-14

This commit is contained in:
Tangem 2020-11-26 22:24:43 +03:00
commit 199ecac0eb

View file

@ -45,7 +45,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 {