Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +3 −1 Original line number Diff line number Diff line Loading @@ -1905,7 +1905,9 @@ public class BubbleStackView extends FrameLayout updateOverflowVisibility(); afterExpandedViewAnimation(); if (previouslySelected != null) { previouslySelected.setContentVisibility(false); } }) .start(); } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +3 −1 Original line number Diff line number Diff line Loading @@ -1905,7 +1905,9 @@ public class BubbleStackView extends FrameLayout updateOverflowVisibility(); afterExpandedViewAnimation(); if (previouslySelected != null) { previouslySelected.setContentVisibility(false); } }) .start(); } Loading