Loading services/core/java/com/android/server/am/ActivityStack.java +1 −1 Original line number Diff line number Diff line Loading @@ -4594,7 +4594,7 @@ class ActivityStack<T extends StackWindowController> extends ConfigurationContai } ActivityOptions.abort(options); } else { updateTransitLocked(TRANSIT_TASK_TO_FRONT, r, options); updateTransitLocked(TRANSIT_TASK_TO_FRONT, starting, options); } // If a new task is moved to the front, then mark the existing top activity as supporting // picture-in-picture while paused only if the task would not be considered an oerlay on top Loading Loading
services/core/java/com/android/server/am/ActivityStack.java +1 −1 Original line number Diff line number Diff line Loading @@ -4594,7 +4594,7 @@ class ActivityStack<T extends StackWindowController> extends ConfigurationContai } ActivityOptions.abort(options); } else { updateTransitLocked(TRANSIT_TASK_TO_FRONT, r, options); updateTransitLocked(TRANSIT_TASK_TO_FRONT, starting, options); } // If a new task is moved to the front, then mark the existing top activity as supporting // picture-in-picture while paused only if the task would not be considered an oerlay on top Loading