How to disable BottomSheetDialogFragment dragging by finger?
BottomSheetDialogFragment
I saw similar questions, but they\'re all about BottomSheet not BottomSheetD
BottomSheet
BottomSheetD
If you want to disable BottomSheetDialog dragging, try to set setCancelable(false).
BottomSheetDialog
setCancelable(false)