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

Commit aa63484d authored by Annie Lin's avatar Annie Lin Committed by Android (Google) Code Review
Browse files

Merge "Don't show the caption for BubbleBarExpandedView if overflow." into main

parents eea35ead 92a3cdae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -224,7 +224,8 @@ public class BubbleBarExpandedView extends FrameLayout implements BubbleTaskView
                    R.layout.bubble_overflow_container, null /* root */);
            mOverflowView.initialize(expandedViewManager, positioner);
            addView(mOverflowView);
            // Don't show handle for overflow
            // Don't show caption or handle for overflow
            mCaptionView.setVisibility(View.GONE);
            getHandleView().setVisibility(View.GONE);
        } else {
            mBubbleTaskView = bubbleTaskView;