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
Adam Powell
06/01/2021, 1:29 AM
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
Adam Powell
06/01/2021, 1:30 AM
Then treat it like any other fragment from your host UI/your navigation setup