Merge "Reset our status bar window fade color on screen off." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f3b5b37b14
@ -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
|
||||
|
Reference in New Issue
Block a user