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

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

Merge "Make SPAN_MULTIPLIER public Bug: 169294860" into ub-launcher3-master

parents 35879a3f ec7b1ee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ public class AllAppsGridAdapter extends
    }

    // multiplier to support adapter item column count that is not mAppsPerRow.
    private static final int SPAN_MULTIPLIER = 3;
    public static final int SPAN_MULTIPLIER = 3;

    private final BaseDraggingActivity mLauncher;
    private final LayoutInflater mLayoutInflater;