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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user