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

Commit 8e18ceab authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix app clips for bubble bar" into main

parents 47cab2e9 ef8bcc8b
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line 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.
            // 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();