mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
am 1cdb6d06: onDropChild() always marks the cell as occupied.
* commit '1cdb6d066123cb9b2f9ea2c66246b29bf1dd9cf2': onDropChild() always marks the cell as occupied.
This commit is contained in:
@@ -2685,6 +2685,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