Is there any way to display fragment on top of DialogFragment? When my BottomSheetDialogFragment is shown after some action I need to display another fragment (not type of dialog fragment) without dismiss of the that dialog, I tried to remove dim effect from dialog and than hide the view, but that is not good, dialog fragment is invisible but, it is steel on top and back press removes this invisible dialog first, what I need to achieve is normal back stack order, like "normal" fragments