Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java +3 −0 Original line number Diff line number Diff line Loading @@ -799,6 +799,9 @@ public class BubbleBarView extends FrameLayout { removeView(removedBubble); int index = addingOverflow ? getChildCount() : 0; addView(addedBubble, index, lp); if (onEndRunnable != null) { onEndRunnable.run(); } return; } int index = addingOverflow ? getChildCount() : 0; Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleBarView.java +3 −0 Original line number Diff line number Diff line Loading @@ -799,6 +799,9 @@ public class BubbleBarView extends FrameLayout { removeView(removedBubble); int index = addingOverflow ? getChildCount() : 0; addView(addedBubble, index, lp); if (onEndRunnable != null) { onEndRunnable.run(); } return; } int index = addingOverflow ? getChildCount() : 0; Loading