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

Unverified Commit 11806e44 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "SystemUI: Redraw display cutout on overlay changes"

Doesn't build in qpr1 and no longer needed.

This reverts commit aa225f7b.

Change-Id: I15e02181fd0ef561b193292e3eba6cca8ae365c5
parent db19db57
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1018,13 +1018,6 @@ public class ScreenDecorations extends CoreStartable implements Tunable , Dumpab
            updateConfiguration();
            if (DEBUG) Log.i(TAG, "onConfigChanged from rot " + oldRotation + " to " + mRotation);
            setupDecorations();
            if (mCutoutViews != null) {
                for (DisplayCutoutView dcv : mCutoutViews) {
                    if (dcv != null) {
                        dcv.updateCutout();
                    }
                }
            }
            if (mOverlays != null) {
                // Updating the layout params ensures that ViewRootImpl will call relayoutWindow(),
                // which ensures that the forced seamless rotation will end, even if we updated