V3.2Api接口更改(分页改为page未完成)
This commit is contained in:
@ -86,8 +86,8 @@ public class DownloadDialog implements OnCollectionCallBackListener {
|
||||
private LinearLayout dialog_ll_collection_hint;
|
||||
private String entrance;
|
||||
private String location;
|
||||
private int row;
|
||||
private int column;
|
||||
private final int row = 3;
|
||||
private final int column = 3;
|
||||
private boolean isLoadPlatform;
|
||||
|
||||
private DownloadDialog() {
|
||||
@ -117,9 +117,6 @@ public class DownloadDialog implements OnCollectionCallBackListener {
|
||||
this.location = location;
|
||||
|
||||
SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(mContext);
|
||||
row = sp.getInt("download_box_row", 3);
|
||||
column = sp.getInt("download_box_column", 3);
|
||||
|
||||
gameApk = sortApk(new ArrayList<>(gameEntity.getApk()));
|
||||
|
||||
if (gameEntity.getCollection() != null) {
|
||||
|
||||
Reference in New Issue
Block a user