For a new app i use Jetpack Navigation Library to implement proper back navigation. The first level of navigation is a navigation drawer which works fine with jetpack naviga
What worked for me so far:
In navigation_graph.xml
in nested graph:
I didnt need to change the ViewPager, and Directions were created for the Child Fragments so navigation is possible from there.