How to create BottomSheetDialogFragment using Navigation Architecture Component?
问题 I am using BottomSheetDialogFragment for displaying few custom setting's. Requirement: When i click on any tab in BottomSheetDialogFragment i replace the fragment and add it to backstack so that when user click's onBackPress or Up action it should go back the the last setting's fragment of BottomSheetDialogFragment. I want to use Navigation Architecture Component to simplify my transaction's. Issue: if i use Navigation Architecture Component to navigate from FragmentA to