Loading libs/WindowManager/Shell/src/com/android/wm/shell/recents/RecentsTransitionHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -567,7 +567,8 @@ public class RecentsTransitionHandler implements Transitions.TransitionHandler { && taskInfo.configuration.windowConfiguration.isAlwaysOnTop()) { // Tasks that are always on top (e.g. bubbles), will handle their own transition // as they are on top of everything else. So cancel the merge here. cancel("task #" + taskInfo.taskId + " is always_on_top"); cancel(false /* toHome */, false /* withScreenshots */, "task #" + taskInfo.taskId + " is always_on_top"); return; } final boolean isRootTask = taskInfo != null Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/recents/RecentsTransitionHandler.java +2 −1 Original line number Diff line number Diff line Loading @@ -567,7 +567,8 @@ public class RecentsTransitionHandler implements Transitions.TransitionHandler { && taskInfo.configuration.windowConfiguration.isAlwaysOnTop()) { // Tasks that are always on top (e.g. bubbles), will handle their own transition // as they are on top of everything else. So cancel the merge here. cancel("task #" + taskInfo.taskId + " is always_on_top"); cancel(false /* toHome */, false /* withScreenshots */, "task #" + taskInfo.taskId + " is always_on_top"); return; } final boolean isRootTask = taskInfo != null Loading