When postponing a fragment's enter transition when using Navigation Architecture the "home" fragment in the graph is visible for a microsecond. After googling a bit, the docs tell me to set setReorderingAllowed(true)
on the fragmentManager to optimize this flow. However, the docs do not use the Navigation Architecture Component.
Will setReorderingAllowed(true)
and how can I achieve it when using Navigation Architecture Component?