Skip to content

Commit e2ff1a4

Browse files
XSJoJoAndroid (Google) Code Review
authored andcommitted
Merge "Fix overdraw" into lmp-dev
2 parents 311fc0b + 2bc5406 commit e2ff1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/SystemUI/src/com/android/systemui/statusbar/ScrimView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class ScrimView extends View
3434
{
3535
private int mScrimColor;
36-
private boolean mIsEmpty;
36+
private boolean mIsEmpty = true;
3737
private boolean mDrawAsSrc;
3838
private float mViewAlpha = 1.0f;
3939
private ValueAnimator mAlphaAnimator;

0 commit comments

Comments
 (0)