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

Commit aa3d30e4 authored by Tiger Huang's avatar Tiger Huang Committed by Automerger Merge Worker
Browse files

Merge "Skip updating DisplayFrames when everything is the same" into tm-dev...

Merge "Skip updating DisplayFrames when everything is the same" into tm-dev am: 77305dce am: 2f050e44

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18030582



Change-Id: I328021606b79da691fa737c0a952e854ff2b9290
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9f21d4f1 2f050e44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ public class DisplayFrames {
        final Rect safe = mDisplayCutoutSafe;
        final DisplayCutout cutout = displayCutout.getDisplayCutout();
        if (mDisplayWidth == info.logicalWidth && mDisplayHeight == info.logicalHeight
                && mRotation != info.rotation
                && mRotation == info.rotation
                && state.getDisplayCutout().equals(cutout)
                && state.getRoundedCorners().equals(roundedCorners)
                && state.getPrivacyIndicatorBounds().equals(indicatorBounds)) {