Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-14 13:24:05 +04:00
parent 10171a3b3e
commit ecf8e5fc96
19 changed files with 125 additions and 55 deletions

View file

@ -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)
}
}
}