How to disable BottomSheetDialogFragment dragging by finger?
BottomSheetDialogFragment
I saw similar questions, but they\'re all about BottomSheet not BottomSheetD
BottomSheet
BottomSheetD
Too late but worth to share.
behavior.setDraggable(false)
This line did the job.