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

Commit da0f7e46 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: f7f0bd5f

Change-Id: I437715b23499e6eba5e5653fdc74c37e26f74f2c
parents f86fdd68 f7f0bd5f
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 ?