Make sure we have an expanded bubble in onConfigChange
Test: manual Fixes: 129269766 Change-Id: Ic908b8f9b1c2a2bb87a8b0789c5616193152deaf
This commit is contained in:
@@ -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