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

Commit ed90c29a authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix PiP regression when the stack animation is canceled" into...

Merge "Merge "Fix PiP regression when the stack animation is canceled" into pi-dev am: 19cfc1a7 am: 260418ce"
parents 59ca58c1 02674e5e
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();
        }
    }