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

Commit c09cb9e3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix bubble visibility issue when collapsed" into main

parents f2a232ac 87e579ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
                    }
                }
            }