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

Commit ea5a9466 authored by Filip Gruszczynski's avatar Filip Gruszczynski Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disable forcing of drawing status bar background."

parents a9b1ee79 96d5c8a9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1594,8 +1594,10 @@ public class PhoneWindowManager implements WindowManagerPolicy {

        mScreenshotChordEnabled = mContext.getResources().getBoolean(
                com.android.internal.R.bool.config_enableScreenshotChord);
        mForceWindowDrawsStatusBarBackground = mContext.getResources().getBoolean(
                R.bool.config_forceWindowDrawsStatusBarBackground);
        // TODO(b/26050571): This can be only reenabled, if there are measure to prevent the alert
        // windows from being fullscreen. Please consult the bug before enabling.
        mForceWindowDrawsStatusBarBackground = false; // mContext.getResources().getBoolean(
                //R.bool.config_forceWindowDrawsStatusBarBackground);

        mGlobalKeyManager = new GlobalKeyManager(mContext);