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

Commit 7f572a5a authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Protect against NPE" into rvc-dev

parents 4e86ccd2 bcac9410
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1780,6 +1780,9 @@ public class BubbleStackView extends FrameLayout
                        AnimatableScaleMatrix.getAnimatableValueForScaleFactor(1f),
                        mScaleInSpringConfig)
                .addUpdateListener((target, values) -> {
                    if (mExpandedBubble.getIconView() == null) {
                        return;
                    }
                    mExpandedViewContainerMatrix.postTranslate(
                            mExpandedBubble.getIconView().getTranslationX()
                                    - bubbleWillBeAtX,