Hello, I have a nav controller that I want to be d...
# android
a
Hello, I have a nav controller that I want to be disposable in a sense. I have a DialogFragment that is a bit complex, but not complex enough for an Activity. A NavController would be a perfect fit for handling some of its subviews. However, a it seems an instance of the graph is stored somehow because when I inflate the layout again, I get an exception
a
a
Ah, okay, sorry about that. I do use Kotlin to make the app though 😉
Unfortunately, that isnt what I need, I need to be able to use it inside of a dialog fragment
I can imagine this would break inside a BottomSheetDialogFragment as well