am 1cdb6d06: onDropChild() always marks the cell as occupied.

* commit '1cdb6d066123cb9b2f9ea2c66246b29bf1dd9cf2':
  onDropChild() always marks the cell as occupied.
This commit is contained in:
Tony Wickham
2015-09-17 19:54:10 +00:00
committed by Android Git Automerger

View File

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