keep category count at original number: 20
This commit is contained in:
parent
ec2b82f827
commit
720822e260
@ -44,7 +44,7 @@ public class CategoryController extends RecyclerView.ViewHolder implements Loade
|
||||
private final Activity activity;
|
||||
private final LoaderManager loaderManager;
|
||||
private final DisplayImageOptions displayImageOptions;
|
||||
private static int categoryItemCount = 30; //was: 20
|
||||
private static int categoryItemCount = 20;
|
||||
|
||||
private String currentCategory;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user