Using Navigation Component, Bottom Navigation Bar XML. I set up a navigation graph in which I nested another navigation graph called Home and set it to the first tab at the bottom navigation, if I go to the next screen in that tab and click on the tab button nothing happens and I would like a popBackStack or return to the root of the tab child nav graph
I tried setOnItemSelectedListener, but it messes up the setupWithNavController and is impossible to use, I couldn't find any other solutions.