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

Commit 7eabbd5a authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Display Cutout: invalidate overlay view when cutout changes" into pi-dev

am: f30b7ef7

Change-Id: I2129636c16a66135dd6aff4e5584e56dabb858ed
parents b32533d4 f30b7ef7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -388,6 +388,7 @@ public class ScreenDecorations extends SystemUI implements Tunable {
                mBounds.set(mInfo.displayCutout.getBounds());
                localBounds(mBoundingRect);
                mInfo.displayCutout.getBounds().getBoundaryPath(mBoundingPath);
                invalidate();
                newVisible = VISIBLE;
            } else {
                newVisible = GONE;