Fixing folders to always show in view, removing old assets and references to LauncherModel count.
This commit is contained in:
@@ -64,8 +64,8 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
|
||||
Resources resources = context.getResources();
|
||||
mOriginalCellWidth = mCellWidth = grid.cellWidthPx;
|
||||
mOriginalCellHeight = mCellHeight = grid.cellHeightPx;
|
||||
mCellCountX = LauncherModel.getCellCountX();
|
||||
mCellCountY = LauncherModel.getCellCountY();
|
||||
mCellCountX = (int) grid.numColumns;
|
||||
mCellCountY = (int) grid.numRows;
|
||||
mOriginalWidthGap = mOriginalHeightGap = mWidthGap = mHeightGap = -1;
|
||||
mMaxGap = resources.getDimensionPixelSize(R.dimen.apps_customize_max_gap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user