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

Commit a92e8f7b authored by LuK1337's avatar LuK1337
Browse files

fixup! FODCircleView: various improvements.

* Changing GlobalActionsDialog window type breaks
  PowerOptionsAction and RestartAction.

Change-Id: Id0e161a6dff6a9967a7c35c640d15364ddbbdcd8
parent b251090d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2404,7 +2404,7 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
                            | WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
                            | WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH
                            | WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED);
            window.setType(WindowManager.LayoutParams.TYPE_DISPLAY_OVERLAY);
            window.setType(WindowManager.LayoutParams.TYPE_VOLUME_OVERLAY);
            window.getAttributes().setFitInsetsTypes(0 /* types */);
            setTitle(R.string.global_actions);