Merge "Fix deferred shortcut container removal." into ub-launcher3-calgary-polish
This commit is contained in:
committed by
Android (Google) Code Review
commit
40851b637e
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user