I am using latest Navigation Component and have some DialogFragment
. I use dialog
element to specify my DialogFragment
s in my navigation graph. But when dialog is popped, back fragment showing back button which I want to remove.
How can I not show back button in background fragment when dialog is popped?