Skip to content

Commit 29f4428

Browse files
luk1337Genkzsz11
authored andcommitted
fixup! FODCircleView: various improvements.
* Changing GlobalActionsDialog window type breaks PowerOptionsAction and RestartAction. Change-Id: Id0e161a6dff6a9967a7c35c640d15364ddbbdcd8
1 parent 06cd58b commit 29f4428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,7 @@ static final class ActionsDialog extends Dialog implements DialogInterface,
24062406
| WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
24072407
| WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH
24082408
| WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
2409-
window.setType(WindowManager.LayoutParams.TYPE_DISPLAY_OVERLAY);
2409+
window.setType(WindowManager.LayoutParams.TYPE_VOLUME_OVERLAY);
24102410
window.getAttributes().setFitInsetsTypes(0 /* types */);
24112411
setTitle(R.string.global_actions);
24122412

0 commit comments

Comments
 (0)