Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9c69e1c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cleaning up unused allAppsIconSize/allAppsIconTextSize variables." into ub-launcher3-master

parents d386d7da 2bdd2434
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -104,8 +104,6 @@ public class InvariantDeviceProfile {
    public int iconBitmapSize;
    public int fillResIconDpi;
    public float iconTextSize;
    public float allAppsIconSize;
    public float allAppsIconTextSize;

    private SparseArray<TypedValue> mExtraAttrs;

@@ -146,8 +144,6 @@ public class InvariantDeviceProfile {
        iconTextSize = p.iconTextSize;
        numHotseatIcons = p.numHotseatIcons;
        numAllAppsColumns = p.numAllAppsColumns;
        allAppsIconSize = p.allAppsIconSize;
        allAppsIconTextSize = p.allAppsIconTextSize;
        defaultLayoutId = p.defaultLayoutId;
        demoModeLayoutId = p.demoModeLayoutId;
        mExtraAttrs = p.mExtraAttrs;