Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −1 Original line number Diff line number Diff line Loading @@ -1237,7 +1237,7 @@ public class BubbleStackView extends FrameLayout b.getExpandedView().updateFontSize(); } } if (mBubbleOverflow != null) { if (mBubbleOverflow != null && mBubbleOverflow.getExpandedView() != null) { mBubbleOverflow.getExpandedView().updateFontSize(); } } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +1 −1 Original line number Diff line number Diff line Loading @@ -1237,7 +1237,7 @@ public class BubbleStackView extends FrameLayout b.getExpandedView().updateFontSize(); } } if (mBubbleOverflow != null) { if (mBubbleOverflow != null && mBubbleOverflow.getExpandedView() != null) { mBubbleOverflow.getExpandedView().updateFontSize(); } } Loading