Merge "Make sure we have an expanded bubble in onConfigChange"
This commit is contained in:
committed by
Android (Google) Code Review
commit
817faef29c
@@ -265,7 +265,9 @@ public class BubbleStackView extends FrameLayout {
|
||||
* Handle config changes.
|
||||
*/
|
||||
public void onConfigChanged() {
|
||||
mExpandedBubble.expandedView.updateHeaderColor();
|
||||
if (mExpandedBubble != null) {
|
||||
mExpandedBubble.expandedView.updateHeaderColor();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user