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

Commit ef50feee authored by Lyn Han's avatar Lyn Han Committed by Automerger Merge Worker
Browse files

Merge "Protect against NPE" into rvc-dev am: 7f572a5a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11842994

Change-Id: Ie75f1406ead27ced0322a1953d6a2c9b17e7a7c7
parents ff654dea 7f572a5a
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,