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

Commit 9403a193 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Show dots in overflow" into rvc-dev

parents 6d2cb5f2 2480d9cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -226,6 +226,7 @@ class BubbleOverflowAdapter extends RecyclerView.Adapter<BubbleOverflowAdapter.V
        Bubble b = mBubbles.get(index);
        Bubble b = mBubbles.get(index);


        vh.iconView.setRenderedBubble(b);
        vh.iconView.setRenderedBubble(b);
        vh.iconView.removeDotSuppressionFlag(BadgedImageView.SuppressionFlag.FLYOUT_VISIBLE);
        vh.iconView.setOnClickListener(view -> {
        vh.iconView.setOnClickListener(view -> {
            mBubbles.remove(b);
            mBubbles.remove(b);
            notifyDataSetChanged();
            notifyDataSetChanged();