Replies: 1 comment 2 replies
-
The general idea is to leverage DI. One of the ways is to pass a callback from the root Activity (or equivalent thing on other platforms) down to a component, and call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to close the application with decompose?
I noticed that navigation.pop() does not close the application if backstack is empty how to do that?
Beta Was this translation helpful? Give feedback.
All reactions