If I am inside of a compose activity, and I want t...
# compose
j
If I am inside of a compose activity, and I want to end this activity and go back to my previous non-compose activity, what is the best way to do this?
c
Same as you usually would? Just call finish(). How you call it or when it's triggered should probably be dictated by your AAC ViewModel.
👍 1