Fix 3373059: Crash when drag cancelled in spring-loaded state
diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java
index 64da1b4..fe7312d 100644
--- a/src/com/android/launcher2/AllAppsPagedView.java
+++ b/src/com/android/launcher2/AllAppsPagedView.java
@@ -288,7 +288,7 @@
endChoiceMode();
}
tearDownDragMode();
- mLauncher.getWorkspace().onDragStopped();
+ mLauncher.getWorkspace().onDragStopped(success);
mLauncher.unlockScreenOrientation();
}