Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9395860f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE with overflow expanded view"

parents d74805e9 87ac02f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1237,7 +1237,7 @@ public class BubbleStackView extends FrameLayout
                b.getExpandedView().updateFontSize();
            }
        }
        if (mBubbleOverflow != null) {
        if (mBubbleOverflow != null && mBubbleOverflow.getExpandedView() != null) {
            mBubbleOverflow.getExpandedView().updateFontSize();
        }
    }