mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Make SPAN_MULTIPLIER public
Bug: 169294860 Change-Id: I6c32689c390de38f230cff4062889dd560afe6c3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user