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

Commit dd9c818c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix possible NPE" into rvc-dev am: c3260a4c am: f4962c44

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

Change-Id: Ia541671935f27c78d94bc445c331971aa8a6e807
parents 821b51ed f4962c44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1904,7 +1904,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(