Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a70a7fdf authored by Anton Potapov's avatar Anton Potapov
Browse files

Make Volume Dialog not cancellable to disable back gesture

Flag: com.android.systemui.volume_redesign
Test: atest VolumeDialogScreenshotTest
Test: manual on foldable. Open Volume Dialog and try to perform a back
gesture
Fixes: 395818644

Change-Id: I7a242b5619252799c6fdbf86c575a6e2bd88f7c6
parent 87ae0365
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ constructor(
                }
            setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT)
        }
        setCancelable(false)
        setCanceledOnTouchOutside(true)
    }