Skip to content

Commit 2bc5406

Browse files
committed
Fix overdraw
Bug: 17673806 Change-Id: Ia34602122a47e5ffc69dce3580cfab52bc9f535f
1 parent 485f209 commit 2bc5406

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)