How to keep app's backstack when using implicit deeplink? (Nav component)

Viewed 83

Imagine i have a link. In my app i have bottom navigation and deep link to 3rd fragment in menu. When I press on link i'm heading to 3rd fragment as expected. But if i will try to press any another fragment from bottom menu my app is crash because this fragments not in backstack. Is there any method how can i make my app act normal after open fragment through deeplink?

0 Answers
Related