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

Commit 12c90954 authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix NPE when bubble being dragged out

Test: manual - expand stack and drag / fling each bubble
               down to dismiss
Bug: 153359638
Change-Id: Iae43e102a95c8f83617b51d7fcc989ebe0730741
parent 0bed41a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -323,6 +323,9 @@ public class ExpandedAnimationController

    /** Plays a dismiss animation on the dragged out bubble. */
    public void dismissDraggedOutBubble(View bubble, Runnable after) {
        if (bubble == null) {
            return;
        }
        animationForChild(bubble)
                .withStiffness(SpringForce.STIFFNESS_HIGH)
                .scaleX(1.1f)