Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +3 −1 Original line number Diff line number Diff line Loading @@ -265,8 +265,10 @@ public class BubbleStackView extends FrameLayout { * Handle config changes. */ public void onConfigChanged() { if (mExpandedBubble != null) { mExpandedBubble.expandedView.updateHeaderColor(); } } @Override public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +3 −1 Original line number Diff line number Diff line Loading @@ -265,8 +265,10 @@ public class BubbleStackView extends FrameLayout { * Handle config changes. */ public void onConfigChanged() { if (mExpandedBubble != null) { mExpandedBubble.expandedView.updateHeaderColor(); } } @Override public void getBoundsOnScreen(Rect outRect, boolean clipToParent) { Loading