I want to show BottomSheetDialogFrament remove dim and allow click on background. But also content should be clickable and touchable
Tried to remove window.decorView clicklisteners – doesnt work
Tries flags window.addFlags(FLAG_NOT_TOUCHABLE) but content of bottomSheet becomes untouchable