Loading services/core/java/com/android/server/wm/AppTransitionController.java +5 −1 Original line number Diff line number Diff line Loading @@ -623,7 +623,11 @@ public class AppTransitionController { siblings.add(current); boolean canPromote = true; if (parent == null || !parent.canCreateRemoteAnimationTarget()) { if (parent == null || !parent.canCreateRemoteAnimationTarget() // We cannot promote the animation on Task's parent when the task is in // clearing task in case the animating get stuck when performing the opening // task that behind it. || (current.asTask() != null && current.asTask().mInRemoveTask)) { canPromote = false; } else { // In case a descendant of the parent belongs to the other group, we cannot promote Loading Loading
services/core/java/com/android/server/wm/AppTransitionController.java +5 −1 Original line number Diff line number Diff line Loading @@ -623,7 +623,11 @@ public class AppTransitionController { siblings.add(current); boolean canPromote = true; if (parent == null || !parent.canCreateRemoteAnimationTarget()) { if (parent == null || !parent.canCreateRemoteAnimationTarget() // We cannot promote the animation on Task's parent when the task is in // clearing task in case the animating get stuck when performing the opening // task that behind it. || (current.asTask() != null && current.asTask().mInRemoveTask)) { canPromote = false; } else { // In case a descendant of the parent belongs to the other group, we cannot promote Loading