Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -388,7 +388,7 @@ public class BubbleBarViewController { boolean isInApp = mTaskbarStashController.isInApp(); // only animate the new bubble if we're in an app and not auto expanding if (b instanceof BubbleBarBubble && isInApp && !isExpanding) { if (b instanceof BubbleBarBubble && isInApp && !isExpanding && !isExpanded()) { mBubbleBarViewAnimator.animateBubbleInForStashed((BubbleBarBubble) b); } } else { Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -388,7 +388,7 @@ public class BubbleBarViewController { boolean isInApp = mTaskbarStashController.isInApp(); // only animate the new bubble if we're in an app and not auto expanding if (b instanceof BubbleBarBubble && isInApp && !isExpanding) { if (b instanceof BubbleBarBubble && isInApp && !isExpanding && !isExpanded()) { mBubbleBarViewAnimator.animateBubbleInForStashed((BubbleBarBubble) b); } } else { Loading