Merge "Add NPE check in CameraTransitionCallback" into rvc-dev am: 7695663db7

Change-Id: I3fac52366e6d11a2b907baed21a40750d41f19d5
This commit is contained in:
TreeHugger Robot
2020-03-18 21:21:22 +00:00
committed by Automerger Merge Worker

View File

@@ -122,7 +122,7 @@ public class ScreenDecorations extends SystemUI implements Tunable {
protected int mRoundedDefaultBottom;
@VisibleForTesting
protected View[] mOverlays;
private DisplayCutoutView[] mCutoutViews;
private DisplayCutoutView[] mCutoutViews = new DisplayCutoutView[BOUNDS_POSITION_LENGTH];
private float mDensity;
private WindowManager mWindowManager;
private int mRotation;