How to disable BottomSheetDialogFragment dragging by finger?
BottomSheetDialogFragment
I saw similar questions, but they\'re all about BottomSheet not BottomSheetD
BottomSheet
BottomSheetD
This is how I managed to fix it:
mBehavior = BottomSheetBehavior.from((View) rootView.getParent()); mBehavior.setHideable(false);