How do you handle navigating across stacks with co...
# compose
d
How do you handle navigating across stacks with compose navigation and multiple backstack? picture this scenario: Tab A Tab B both with their stack navigation from Tab A I want to click a link that bring me into a specific detail screen in the Tab B So i would expect Tab A --> Tab B + detail I think the bottom bar would need to show up as if I'm in Tab B. If I press the system back should go back to Tab A If I press the up navigation should go to the main page of Tab B but if I click on Tab A should bring me back to the stack A in whatever screen I was before. is this kind of navigation possible? Does the multi-stack support it?