mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Cleaning up Folder accept animation drawing
-> Moved from Workspace to CellLayout, which fixes a bunch of bugs with transforms (springloaded mode and page scrolling) Change-Id: I92510be817f46bd29b8a10aac5512dc1ead87180
This commit is contained in:
@@ -83,7 +83,6 @@ public class CellLayoutChildren extends ViewGroup {
|
||||
lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap);
|
||||
}
|
||||
|
||||
|
||||
public void measureChild(View child) {
|
||||
final int cellWidth = mCellWidth;
|
||||
final int cellHeight = mCellHeight;
|
||||
|
||||
Reference in New Issue
Block a user