onDropChild() always marks the cell as occupied.

Bug: 24164487
Change-Id: I11ef638a56b638ee82c3cd748340995970fc7e32
This commit is contained in:
Tony Wickham
2015-09-17 11:08:27 -07:00
parent f33b78b850
commit 1cdb6d0661

View File

@@ -2667,6 +2667,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
LayoutParams lp = (LayoutParams) child.getLayoutParams();
lp.dropped = true;
child.requestLayout();
markCellsAsOccupiedForView(child);
}
}