How to force bottom Navigation to start nested graph navigation from the startDestination?
I have a simple toy app that works on one mainActivity. It has a bottom navigation bar with separate nested graphs. For instance, the navigation graph "notification" has an additional destination to settings. If I move to "notification" >>> "settings" >>>> to "home"/"dashboard" nested navigation and get back to "notification", it will show the most recent state of nested graph, which is "settings".
How to make the bottom navigation to get to the startDestination, which is "notification",...