Merge "Fixing bug where drag would sometimes get cancelled inadvertently" into ics-mr1

This commit is contained in:
Adam Cohen
2011-11-21 15:11:43 -08:00
committed by Android (Google) Code Review
+1
View File
@@ -2363,6 +2363,7 @@ public class Workspace extends SmoothPagedView
mDragTargetLayout.onDragExit(); mDragTargetLayout.onDragExit();
} }
mLastDragOverView = null; mLastDragOverView = null;
mSpringLoadedDragController.cancel();
if (!mIsPageMoving) { if (!mIsPageMoving) {
hideOutlines(); hideOutlines();