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

Commit bb74c717 authored by mpodolian's avatar mpodolian
Browse files

Fix for expanded view drop target was not shown.

Added a call to make the layer view visible during the drag over the
bubble bar event.

Bug: 396476697
Flag: com.android.wm.shell.enable_create_any_bubble
Test: Manual. Start with no bubbles in the bubble bar and drag an
application icon. Observe that the expanded view drop target is now
present.

Change-Id: I3a134a8bd7b8b2c7453c72fef08d990945a65f63
parent e157a0d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ public class BubbleBarLayerView extends FrameLayout

    /** Shows the expanded view drop target at the requested {@link BubbleBarLocation location} */
    public void showBubbleBarExtendedViewDropTarget(@NonNull BubbleBarLocation bubbleBarLocation) {
        setVisibility(VISIBLE);
        mBubbleExpandedViewPinController.showDropTarget(bubbleBarLocation);
    }