Fix 3300849: Illegal state exception during dragging.

This commit is contained in:
Patrick Dubroy
2011-01-14 18:20:08 -08:00
parent 2313eff05b
commit 0c10bb4a56
+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();