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

Commit 6f332d5b authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "AOD: Fix rotation during screen off (again)" into oc-dr1-dev am: 9ffa8755

am: 64aa52c1

Change-Id: Ia6f62259e476ea90fee82ccf8e703577593e9d29
parents f86fdd68 64aa52c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3164,7 +3164,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
    @Override
    public void selectRotationAnimationLw(int anim[]) {
        // If the screen is off or non-interactive, force a jumpcut.
        final boolean forceJumpcut = !mScreenOnFully || !mAwake;
        final boolean forceJumpcut = !mScreenOnFully || !okToAnimate();
        if (PRINT_ANIM) Slog.i(TAG, "selectRotationAnimation mTopFullscreen="
                + mTopFullscreenOpaqueWindowState + " rotationAnimation="
                + (mTopFullscreenOpaqueWindowState == null ?