diff --git a/quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java b/quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java index a1620a1cbe..9a2f20d5b2 100644 --- a/quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +++ b/quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java @@ -328,9 +328,9 @@ public class TaskbarActivityContext extends BaseTaskbarContext { bubbleHandleController, new BubbleDragController(this), new BubbleDismissController(this, mDragLayer), - new BubbleBarPinController(this, mDragLayer, + new BubbleBarPinController(this, bubbleBarContainer, () -> DisplayController.INSTANCE.get(this).getInfo().currentSize), - new BubblePinController(this, mDragLayer, + new BubblePinController(this, bubbleBarContainer, () -> DisplayController.INSTANCE.get(this).getInfo().currentSize), bubbleBarSwipeController, new BubbleCreator(this)