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

Commit 64aa52c1 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

Change-Id: I921b33e74287d7d629ff07f5afbd1909d5a785b1
parents 96995bb7 9ffa8755
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 ?