Updated on 2026-08-14
This commit is contained in:
parent
87c43ab20f
commit
efd439d0ce
7 changed files with 29 additions and 10 deletions
|
|
@ -82,7 +82,7 @@ internal class SaveWalletMiddleware {
|
|||
userWalletsListManager.selectedUserWalletSync?.walletId == userWallet.walletId
|
||||
|
||||
if (isSavedWalletSelected) {
|
||||
store.dispatchOnMain(NavigationAction.PopBackTo())
|
||||
store.dispatchOnMain(NavigationAction.PopBackTo(AppScreen.Wallet))
|
||||
} else {
|
||||
store.dispatchOnMain(NavigationAction.NavigateTo(AppScreen.WalletSelector))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue