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

Commit e1ee90ed authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix possible NPE

Test: treehugger
Bug: 159754859
Change-Id: I6de78cd0b7e27eaeab8d1673f12aa948d93f603a
parent 24804d2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1898,7 +1898,7 @@ public class BubbleStackView extends FrameLayout
                            AnimatableScaleMatrix.getAnimatableValueForScaleFactor(1f),
                            mScaleInSpringConfig)
                    .addUpdateListener((target, values) -> {
                        if (mExpandedBubble.getIconView() == null) {
                        if (mExpandedBubble == null || mExpandedBubble.getIconView() == null) {
                            return;
                        }
                        mExpandedViewContainerMatrix.postTranslate(