Updated on 2026-08-14
This commit is contained in:
commit
199ecac0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue