Fix 3373059: Crash when drag cancelled in spring-loaded state

This commit is contained in:
Patrick Dubroy
2011-01-20 14:50:55 -08:00
parent b17e140a07
commit 7bccb42f88
3 changed files with 9 additions and 5 deletions
@@ -288,7 +288,7 @@ public class AllAppsPagedView extends PagedViewWithDraggableItems implements All
endChoiceMode();
}
tearDownDragMode();
mLauncher.getWorkspace().onDragStopped();
mLauncher.getWorkspace().onDragStopped(success);
mLauncher.unlockScreenOrientation();
}