Merge "Fix NPE with overflow expanded view"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9395860fc1
@@ -1237,7 +1237,7 @@ public class BubbleStackView extends FrameLayout
|
||||
b.getExpandedView().updateFontSize();
|
||||
}
|
||||
}
|
||||
if (mBubbleOverflow != null) {
|
||||
if (mBubbleOverflow != null && mBubbleOverflow.getExpandedView() != null) {
|
||||
mBubbleOverflow.getExpandedView().updateFontSize();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user