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

Commit defbe2ff authored by tomnatan's avatar tomnatan
Browse files

Fix merge issue with ActivityInfo#getMinAspectRatio

Fix: 204041050
Test: Test: N/A
Change-Id: I33a2600efa379cc3a5535b4917a64a5309f01321
parent 59f0a730
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9013,7 +9013,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        }
        proto.write(PIP_AUTO_ENTER_ENABLED, pictureInPictureArgs.isAutoEnterEnabled());
        proto.write(IN_SIZE_COMPAT_MODE, inSizeCompatMode());
        proto.write(MIN_ASPECT_RATIO, info.getMinAspectRatio());
        proto.write(MIN_ASPECT_RATIO, getMinAspectRatio());
    }

    @Override