How to navigate from DialogFragment to DialogFragment?
I have a fragment where I click a button and it opens a dialog(DialogFragment). In this dialog, i have a button that if I press it, I want to dismiss this dialog and open another different dialog(DialogFragment).
In this new dialog I want to do something similar, I want to make a button to go back to the previous dialog.
In my navigation graph I have this:
In my first dialog, I recieve an argument to show it, if I travel to second dialog and come back to...