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

Commit 173e287c authored by Mykola Podolian's avatar Mykola Podolian Committed by Android (Google) Code Review
Browse files

Merge "Fix for expanded view drop target was not shown." into main

parents f853d861 bb74c717
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);
    }