Is it possible to share navigation graph between two (or more) containers? What I would like to achieve is to have two containers (NavHosts):
- one smaller that is above bottom navigation and below toolbar
- second is full screen.
I would like to have one navigation graph, because fragments from one container can trigger actions from other one. Otherwise it (having more navigation graphs that interacts with each other) will become untidy and problems created by library will surpass advantages.