Is there an existing issue for this?
Describe the problem
Figure out how the backStack should handle explicit navigations back to ForYou.
The current implementation would clear all sub stacks. So basically the backStack would be cleared with only a backStack[ForYou] left.
However this feels odd from a user's standpoint. But we also want users to be able to always exit out from ForYou.
Describe the solution
.
Additional context
No response
Code of Conduct