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

Commit e8a1e7a4 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Fix crash in case of no overlays" into pi-dev

parents 58150a7e 0fca17c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -126,7 +126,8 @@ public class ScreenDecorations extends SystemUI implements Tunable {

            @Override
            public void onDisplayChanged(int displayId) {
                if (mRotation != RotationUtils.getExactRotation(mContext)) {
                if (mOverlay != null && mBottomOverlay != null
                        && mRotation != RotationUtils.getExactRotation(mContext)) {
                    // We cannot immediately update the orientation. Otherwise
                    // WindowManager is still deferring layout until it has finished dispatching
                    // the config changes, which may cause divergence between what we draw