I want to avoid a classic dialog calling from activity, because I have the dialog defined in the navigation graph where it automatically tracks some navigation analytics, and I would like to reuse that dialogComposable for other destinations, it would be better if activity could also listen to those results (it can navigate to a destination). @Rafael Costa any thoughts on what I am missing? The dialog is needed on the main activity, because I trigger it by listening to onResume call for the whole app.