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

Commit 02674e5e authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

Merge "Fix PiP regression when the stack animation is canceled" into pi-dev am: 19cfc1a7

am: 260418ce

Change-Id: Iac94f944a22ce6ef756020733effe3c4385f58fe
parents 381678be 260418ce
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1682,6 +1682,10 @@ public class TaskStack extends WindowContainer<Task> implements

            if (finalStackSize != null) {
                setPinnedStackSize(finalStackSize, null);
            } else {
                // We have been canceled, so the final stack size is null, still run the
                // animation-end logic
                onPipAnimationEndResize();
            }

            try {
@@ -1693,6 +1697,9 @@ public class TaskStack extends WindowContainer<Task> implements
            } catch (RemoteException e) {
                // I don't believe you...
            }
        } else {
            // No PiP animation, just run the normal animation-end logic
            onPipAnimationEndResize();
        }
    }