[fenix] For https://github.com/mozilla-mobile/fenix/issues/27101: set dialog to be dismissed when touched outside

pull/600/head
MatthewTighe 2 years ago committed by mergify[bot]
parent b5900e6415
commit d4329b5a00

@ -80,6 +80,7 @@ class WallpaperOnboardingDialogFragment : BottomSheetDialogFragment() {
container: ViewGroup?,
savedInstanceState: Bundle?,
): View = ComposeView(requireContext()).apply {
this@WallpaperOnboardingDialogFragment.dialog?.setCanceledOnTouchOutside(true)
setViewCompositionStrategy(ViewCompositionStrategy.DisposeOnViewTreeLifecycleDestroyed)
setContent {

Loading…
Cancel
Save