Merge "Fix bubble visibility issue when collapsed" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
c09cb9e345
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user