Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeepLink chain not executed as expected #246

Open
anhntsi opened this issue Jun 23, 2023 · 0 comments
Open

DeepLink chain not executed as expected #246

anhntsi opened this issue Jun 23, 2023 · 0 comments

Comments

@anhntsi
Copy link

anhntsi commented Jun 23, 2023

Thank you for the wonderful Coordinator library. I am having an issue related to deeplink chain.

The issue is that the deeplink only runs to the MarketsRoute route, while the StockMarketRoute does not execute.

return .multiple(
                .dismissToRoot(),
                .popToRoot(),
                deepLink(AppRoute.home, HomeRoute.markets, MarketsRoute.stocks, StockMarketRoute.counterDetail)
)

I will explain a little bit about the Coordinator in the demo project. HomeTabCoordinator is a tab bar controller that contains 3 tabs: NewsCoordinator, MarketsCoordinator, UsersCoordinator. MarketsCoordinator is a page view controller that has 2 pages: StockMarketCoordinator and UTMarketCoordinator.

Can you help me identify where the problem is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant