When using navigation with compose (navhost), how ...
# compose
p
When using navigation with compose (navhost), how can I go back to the previous screen when the back key is pressed? now when is pressed the application is being closed (it's a single activity application)
a
Use pop on the nav controller