I am trying to define a Dialog in Compose and disp...
# compose
t
I am trying to define a Dialog in Compose and display it from older toolkit ui. Anybody have any examples I could work from in this case? Optimally also callable via a class Navigation.navigate() call.
a
Given those requests you'll probably have the easiest time defining the content of the dialog using Compose and displaying it in a ComposeView from a DialogFragment
Then treat it like any other fragment from your host UI/your navigation setup