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

Commit ec7b1ee7 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Make SPAN_MULTIPLIER public

Bug: 169294860

Change-Id: I6c32689c390de38f230cff4062889dd560afe6c3
parent 006d2a3d
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;