What’s the best practice to set Navigation Graphs dynamically in Fragments?
I have a scenario where fragment0 contains a NavHost, and I dynamically set its navigation graph to include the flow fragmentA -> fragmentB -> fragmentC. Additionally, fragment0 is part of a higher level navigation graph where the flow is fragment0 -> fragment1.