onDropChild() always marks the cell as occupied.
Bug: 24164487 Change-Id: I11ef638a56b638ee82c3cd748340995970fc7e32
This commit is contained in:
@@ -2667,6 +2667,7 @@ public class CellLayout extends ViewGroup implements BubbleTextShadowHandler {
|
||||
LayoutParams lp = (LayoutParams) child.getLayoutParams();
|
||||
lp.dropped = true;
|
||||
child.requestLayout();
|
||||
markCellsAsOccupiedForView(child);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user