If I can disable activity blackout when BottomSheetDialogFragment
showing?
Asked
Active
Viewed 140 times
1 Answers
2
Only add this line:
dialog.window?.clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND)

Kasım Özdemir
- 5,414
- 3
- 18
- 35