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

Commit 4785a5e2 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Animate the bubble notification in overview" into main

parents b52ce463 8f9c2cc0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -895,9 +895,10 @@ public class BubbleBarViewController {
            mBubbleBarViewAnimator.animateToInitialState(bubble, isInApp, isExpanding);
            return;
        }
        boolean persistentTaskbarOrOnHome = mBubbleStashController.isBubblesShowingOnHome()
        // if we're not stashed or we're in persistent taskbar, animate for collapsed state.
        boolean animateForCollapsed = !mBubbleStashController.isStashed()
                || !mBubbleStashController.isTransientTaskBar();
        if (persistentTaskbarOrOnHome) {
        if (animateForCollapsed) {
            mBubbleBarViewAnimator.animateBubbleBarForCollapsed(bubble, isExpanding);
            return;
        }