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

* commit 'baa18a3966b0eee205e5c028b4d109e9b6a56e2f':
  Reset our status bar window fade color on screen off.
This commit is contained in:
John Spurlock
2013-10-25 13:30:12 -07:00
committed by Android Git Automerger

View File

@@ -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