@@ -46,7 +46,7 @@ public class GroupListActivity extends BaseActivity implements View.OnClickListe |
||
| 46 | 46 |
private ArrayList<GroupInfo> groupList = new ArrayList<GroupInfo>(); |
| 47 | 47 |
|
| 48 | 48 |
private int left = Integer.MAX_VALUE; |
| 49 |
- private static final int num = 10; |
|
| 49 |
+ private static final int num = 20; |
|
| 50 | 50 |
|
| 51 | 51 |
@Override |
| 52 | 52 |
protected void onCreate(Bundle savedInstanceState) {
|
@@ -47,7 +47,7 @@ public class OrderListActivity extends BaseActivity implements View.OnClickListe |
||
| 47 | 47 |
private ArrayList<OrderItem> orderList = new ArrayList<OrderItem>(); |
| 48 | 48 |
|
| 49 | 49 |
private int left = Integer.MAX_VALUE; |
| 50 |
- private static final int num = 10; |
|
| 50 |
+ private static final int num = 20; |
|
| 51 | 51 |
|
| 52 | 52 |
@Override |
| 53 | 53 |
protected void onCreate(Bundle savedInstanceState) {
|