Loading services/core/java/com/android/server/wm/Task.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -1086,6 +1086,12 @@ class Task extends TaskFragment { updateTaskDescription(); updateTaskDescription(); } } mSupportsPictureInPicture = info.supportsPictureInPicture(); mSupportsPictureInPicture = info.supportsPictureInPicture(); // Re-adding the task to Recents once updated if (inRecents) { mTaskSupervisor.mRecentTasks.remove(this); mTaskSupervisor.mRecentTasks.add(this); } } } /** Sets the original minimal width and height. */ /** Sets the original minimal width and height. */ Loading Loading
services/core/java/com/android/server/wm/Task.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -1086,6 +1086,12 @@ class Task extends TaskFragment { updateTaskDescription(); updateTaskDescription(); } } mSupportsPictureInPicture = info.supportsPictureInPicture(); mSupportsPictureInPicture = info.supportsPictureInPicture(); // Re-adding the task to Recents once updated if (inRecents) { mTaskSupervisor.mRecentTasks.remove(this); mTaskSupervisor.mRecentTasks.add(this); } } } /** Sets the original minimal width and height. */ /** Sets the original minimal width and height. */ Loading