mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Fixing some issues with our use of GridLayout.
Change-Id: Id898258b31462f47d65f0ec674786b03a4ca326e
This commit is contained in:
@@ -35,7 +35,6 @@ public class PagedViewGridLayout extends GridLayout implements Page {
|
||||
super(context, null, 0);
|
||||
mCellCountX = cellCountX;
|
||||
mCellCountY = cellCountY;
|
||||
setColumnCount(mCellCountX);
|
||||
}
|
||||
|
||||
int getCellCountX() {
|
||||
|
||||
Reference in New Issue
Block a user