Merge "Re-inflate overflow bubbles on theme change" into rvc-dev am: 12d9239069
Change-Id: I2efb4b6c5ef6da350a6ea36a80b64d2ed53d869c
This commit is contained in:
@@ -669,8 +669,11 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
|
|||||||
mStackView.onThemeChanged();
|
mStackView.onThemeChanged();
|
||||||
}
|
}
|
||||||
mBubbleIconFactory = new BubbleIconFactory(mContext);
|
mBubbleIconFactory = new BubbleIconFactory(mContext);
|
||||||
for (Bubble b: mBubbleData.getBubbles()) {
|
|
||||||
// Reload each bubble
|
// 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);
|
b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user