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

Commit 94b3056b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Add NPE check in CameraTransitionCallback" into rvc-dev am: 7695663d am: 65328168 am: 70617d34

Change-Id: Icfad5fdb412343e165e7be1558a3c4de01279ae3
parents 01eb3a22 70617d34
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;