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

Unverified Commit 125409c1 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! frameworks: Add device controls shortcut to power menu

Change-Id: If11b72c464279879eb7710fe57739e656846229d
parent 385d4cec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2424,8 +2424,8 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene

    private final class DeviceControlsAction extends SinglePressAction {
        private DeviceControlsAction() {
            super(com.android.systemui.R.drawable.controls_icon,
                    com.android.systemui.R.string.quick_controls_title);
            super(com.android.systemui.res.R.drawable.controls_icon,
                    com.android.systemui.res.R.string.quick_controls_title);
        }

        @Override