Merge "Re-inflate overflow bubbles on theme change" into rvc-dev am: 12d9239069 am: 8d4ab515fa
Change-Id: Ib54cc91bf537302c4f1ae995d8fd80c5ca9ed908
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);
|
||||||
|
// Reload each bubble
|
||||||
for (Bubble b: mBubbleData.getBubbles()) {
|
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);
|
b.inflate(null /* callback */, mContext, mStackView, mBubbleIconFactory);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user