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
This worked for me. I added the viewPagerTabs fragment to nested graph like so:
and then inside the child fragment of the viewpager:
val action = TabsFragmentDirections.actionNavTabsToNavSend() findNavController().navigate(action)