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

* commit '1619ccfce4d7117144db27e5e08ef3a3d4b339a7':
  Fix 3300849: Illegal state exception during dragging.
This commit is contained in:
Patrick Dubroy
2011-01-14 19:06:02 -08:00
committed by Android Git Automerger
+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();