Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewController.java +3 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewController.java +3 −2 Original line number Diff line number Diff line Loading @@ -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; } Loading