Updated on 2026-08-14
This commit is contained in:
parent
9dd3299719
commit
588819d936
1 changed files with 2 additions and 2 deletions
|
|
@ -93,11 +93,9 @@ object TokensMiddleware {
|
|||
updatedScanResponse = it,
|
||||
currencyList = currencyList,
|
||||
)
|
||||
store.dispatchOnMain(NavigationAction.PopBackTo())
|
||||
}
|
||||
} else {
|
||||
submitNewAdd(userWalletId = action.userWallet.walletId, scanResponse, currencyList = currencyList)
|
||||
store.dispatchOnMain(NavigationAction.PopBackTo())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -388,6 +386,8 @@ object TokensMiddleware {
|
|||
)
|
||||
|
||||
addCryptoCurrenciesUseCase(userWalletId, currencyList)
|
||||
|
||||
store.dispatchOnMain(NavigationAction.PopBackTo())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue