Merge "Fix bubble visibility issue when collapsed" into main

This commit is contained in:
Treehugger Robot
2024-06-06 22:42:05 +00:00
committed by Android (Google) Code Review
@@ -719,6 +719,8 @@ public class BubbleBarView extends FrameLayout {
} else if (i == MAX_VISIBLE_BUBBLES_COLLAPSED - 1
&& bubbleCount == MAX_VISIBLE_BUBBLES_COLLAPSED) {
bv.setAlpha(0);
} else {
bv.setAlpha(1);
}
}
}