Merge "Fix an issue where the bubble bar was visible after theme change" into main

This commit is contained in:
Treehugger Robot
2024-09-17 02:02:21 +00:00
committed by Android (Google) Code Review
@@ -689,7 +689,7 @@ public class BubbleBarView extends FrameLayout {
}
setAlphaDuringBubbleDrag(1f);
setTranslationX(0f);
if (getBubbleChildCount() > 0) {
if (mIsBarExpanded && getBubbleChildCount() > 0) {
setAlpha(1f);
}
}