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

Commit 77ea2805 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Fix an issue where sometimes we wouldn't animate while dismissing" into udc-dev

parents f82f0fe6 b4665065
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -880,6 +880,7 @@ public class BubbleStackView extends FrameLayout


        final Runnable onBubbleAnimatedOut = () -> {
        final Runnable onBubbleAnimatedOut = () -> {
            if (getBubbleCount() == 0) {
            if (getBubbleCount() == 0) {
                mExpandedViewTemporarilyHidden = false;
                mBubbleController.onAllBubblesAnimatedOut();
                mBubbleController.onAllBubblesAnimatedOut();
            }
            }
        };
        };