Hi I am new to android NavigationManager.
Consider fragments A, B and C conected in nav_graph as shown in the picture.
Basically what I am trying to achieve is to navigate from fragment A directly to C. But when clicking on back button, I want it to behave as if I were first in fragment B.
So A->C, on back buttons: C->B->A
Is there some way, how I could add fragment B to backstack without actually showing it using NavigationManager?