Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7695663d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add NPE check in CameraTransitionCallback" into rvc-dev

parents 375f52a4 173f30ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;