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

Commit baa18a39 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am f3b5b37b: Merge "Reset our status bar window fade color on screen off." into klp-dev

* commit 'f3b5b37b':
  Reset our status bar window fade color on screen off.
parents fd38f940 f3b5b37b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -170,6 +170,9 @@ public class PhoneStatusBarView extends PanelBar {
        mBar.makeExpandedInvisibleSoon();
        mFadingPanel = null;
        mLastFullyOpenedPanel = null;
        if (mScrimColor != 0 && ActivityManager.isHighEndGfx()) {
            mBar.mStatusBarWindow.setBackgroundColor(0);
        }
    }

    @Override