in navigation-compose, how should we handle sign-o...
# compose
c
in navigation-compose, how should we handle sign-out where the app content and login are separate activities? • Finish the activity on sign-out, then start sign-in activity • clear the backstack of the activity on sign-out, then start sign-in activity • both? or something else?
for future reference - simply finishing the sign-in activity after stating the next activity is appropriate