Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleTaskViewHelper.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -161,6 +161,11 @@ public class BubbleTaskViewHelper { // The taskId is saved to use for removeTask, preventing appearance in recent tasks. // The taskId is saved to use for removeTask, preventing appearance in recent tasks. mTaskId = taskId; mTaskId = taskId; if (mBubble != null && mBubble.isAppBubble()) { // Let the controller know sooner what the taskId is. mExpandedViewManager.setAppBubbleTaskId(mBubble.getKey(), mTaskId); } // With the task org, the taskAppeared callback will only happen once the task has // With the task org, the taskAppeared callback will only happen once the task has // already drawn // already drawn mListener.onTaskCreated(); mListener.onTaskCreated(); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleTaskViewHelper.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -161,6 +161,11 @@ public class BubbleTaskViewHelper { // The taskId is saved to use for removeTask, preventing appearance in recent tasks. // The taskId is saved to use for removeTask, preventing appearance in recent tasks. mTaskId = taskId; mTaskId = taskId; if (mBubble != null && mBubble.isAppBubble()) { // Let the controller know sooner what the taskId is. mExpandedViewManager.setAppBubbleTaskId(mBubble.getKey(), mTaskId); } // With the task org, the taskAppeared callback will only happen once the task has // With the task org, the taskAppeared callback will only happen once the task has // already drawn // already drawn mListener.onTaskCreated(); mListener.onTaskCreated(); Loading