Merge "Disable cancelling the animation in exitPip" into tm-qpr-dev am: 5d2572c6b3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18720136

Change-Id: Ia5ed2827975f40fb6fb26c13467df380a4992ce0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hongwei Wang
2022-06-03 04:27:05 +00:00
committed by Automerger Merge Worker

View File

@@ -462,7 +462,8 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener,
}
// Cancel the existing animator if there is any.
cancelCurrentAnimator();
// TODO(b/232439933): this is disabled temporarily to unblock b/234502692.
// cancelCurrentAnimator();
// Set the exiting state first so if there is fixed rotation later, the running animation
// won't be interrupted by alpha animation for existing PiP.