Loading src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java +1 −3 Original line number Diff line number Diff line Loading @@ -578,8 +578,7 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC } else { // Close animation is not running. if (mDeferContainerRemoval) { mDeferContainerRemoval = false; mLauncher.getDragLayer().removeView(this); close(); } } } Loading @@ -600,7 +599,6 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC mOpenCloseAnimator.cancel(); } mIsOpen = false; mLauncher.getDragController().removeDragListener(this); final AnimatorSet shortcutAnims = LauncherAnimUtils.createAnimatorSet(); final int shortcutCount = getShortcutCount(); Loading Loading
src/com/android/launcher3/shortcuts/DeepShortcutsContainer.java +1 −3 Original line number Diff line number Diff line Loading @@ -578,8 +578,7 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC } else { // Close animation is not running. if (mDeferContainerRemoval) { mDeferContainerRemoval = false; mLauncher.getDragLayer().removeView(this); close(); } } } Loading @@ -600,7 +599,6 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC mOpenCloseAnimator.cancel(); } mIsOpen = false; mLauncher.getDragController().removeDragListener(this); final AnimatorSet shortcutAnims = LauncherAnimUtils.createAnimatorSet(); final int shortcutCount = getShortcutCount(); Loading