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

Commit 04749aa5 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

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

am: e8a1e7a4

Change-Id: I160e9cab3b4ebd4d5a39443b8ea3990a7943d102
parents 8897621d e8a1e7a4
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