I have a navigation graph that looks like this:
Fragment 1 --> (Action A) --> DialogFragment 1 --> (Action B) --> Fragment 2
When performing Action B, we unfortunately don't switch directly directly to Fragment 2. Instead, the screen first shows Fragment 1 for a short moment (0.1 seconds or so), which looks very bad for my flow.
I'm using the feature as suggested in this answer, with navigation-fragment version 2.1.0-rc01, which is the most stable version currently available with the <dialog>
feature.