Updated on 2026-08-14
This commit is contained in:
parent
10171a3b3e
commit
ecf8e5fc96
19 changed files with 125 additions and 55 deletions
|
|
@ -157,11 +157,7 @@ internal class SaveWalletMiddleware {
|
|||
|
||||
private fun navigateToWallet() {
|
||||
store.dispatchNavigationAction {
|
||||
popTo<AppRoute.Wallet> { isSuccess ->
|
||||
if (!isSuccess) {
|
||||
clear { push(AppRoute.Wallet) }
|
||||
}
|
||||
}
|
||||
replaceAll(AppRoute.Wallet)
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue