Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +4 −1 Original line number Diff line number Diff line Loading @@ -669,8 +669,11 @@ public class BubbleController implements ConfigurationController.ConfigurationLi mStackView.onThemeChanged(); } mBubbleIconFactory = new BubbleIconFactory(mContext); for (Bubble b: mBubbleData.getBubbles()) { // Reload each bubble for (Bubble b: mBubbleData.getBubbles()) { b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory); } for (Bubble b: mBubbleData.getOverflowBubbles()) { b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory); } } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +4 −1 Original line number Diff line number Diff line Loading @@ -669,8 +669,11 @@ public class BubbleController implements ConfigurationController.ConfigurationLi mStackView.onThemeChanged(); } mBubbleIconFactory = new BubbleIconFactory(mContext); for (Bubble b: mBubbleData.getBubbles()) { // Reload each bubble for (Bubble b: mBubbleData.getBubbles()) { b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory); } for (Bubble b: mBubbleData.getOverflowBubbles()) { b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory); } } Loading