mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Solve fling-to-delete bug" into jb-ub-now-indigo-rose
This commit is contained in:
committed by
Android (Google) Code Review
commit
c05d313e5a
@@ -530,8 +530,6 @@ public class DeleteDropTarget extends ButtonDropTarget {
|
||||
Runnable onAnimationEndRunnable = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
mSearchDropTargetBar.onDragEnd();
|
||||
|
||||
// If we are dragging from AllApps, then we allow AppsCustomizePagedView to clean up
|
||||
// itself, otherwise, complete the drop to initiate the deletion process
|
||||
if (!isAllApps) {
|
||||
|
||||
Reference in New Issue
Block a user