Merge "Re-inflate overflow bubbles on theme change" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
12d9239069
@@ -669,8 +669,11 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
|
||||
mStackView.onThemeChanged();
|
||||
}
|
||||
mBubbleIconFactory = new BubbleIconFactory(mContext);
|
||||
// Reload each bubble
|
||||
for (Bubble b: mBubbleData.getBubbles()) {
|
||||
// Reload each bubble
|
||||
b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory);
|
||||
}
|
||||
for (Bubble b: mBubbleData.getOverflowBubbles()) {
|
||||
b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user