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

Commit 591a12ac authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Show brightness dialog for all users.

Bug: 7373670
Change-Id: Ibeaa65580c7513d1562b1cfac8cee428fbc63098
parent 720a34d6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -771,6 +771,8 @@ class QuickSettings {
            });

            mBrightnessDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
            mBrightnessDialog.getWindow().addFlags(
                    WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS);
            mBrightnessDialog.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);
        }
        if (!mBrightnessDialog.isShowing()) {