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

View File

@@ -327,7 +327,7 @@ public class CustomizePagedView extends PagedViewWithDraggableItems
@Override
public void onDropCompleted(View target, boolean success) {
resetCheckedGrandchildren();
mLauncher.getWorkspace().onDragStopped();
mLauncher.getWorkspace().onDragStopped(success);
mLauncher.unlockScreenOrientation();
}