Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef8bcc8b authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix app clips for bubble bar

Flag: com.android.wm.shell.bubble_bar
Test: none
Bug: 343753351
Change-Id: I1eab738f9f800252b5a99d629702d1a6e1b10b04
parent b149247f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -161,6 +161,11 @@ public class BubbleTaskViewHelper {
            // The taskId is saved to use for removeTask, preventing appearance in recent tasks.
            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
            // already drawn
            mListener.onTaskCreated();