When using multiple back stacks with bottom nav ba...
# compose
j
When using multiple back stacks with bottom nav bar, how can we clear all the tab back stacks at once? (i.e. when the user logs out)
2
i
There's no good way to do this. Do you mind filing an issue against Navigation for this? https://issuetracker.google.com/issues/new?component=409828&template=1093757
j
n
In my previous project I've just restarted activity after logout completed. It would be a better way if you are using Single activity architecture