Merge "Fix 3300849: Illegal state exception during dragging." into honeycomb

This commit is contained in:
Patrick Dubroy
2011-01-14 19:02:44 -08:00
committed by Android (Google) Code Review
+1 -3
View File
@@ -1622,10 +1622,8 @@ public class Workspace extends SmoothPagedView
}
mDragInfo = cellInfo;
mDragInfo.screen = mCurrentPage;
CellLayout current = getCurrentDropLayout();
CellLayout current = (CellLayout) getChildAt(cellInfo.screen);
current.onDragChild(child);
child.clearFocus();