资讯模块、整理完成
This commit is contained in:
@ -173,7 +173,7 @@ public class DownloadDialog {
|
||||
|
||||
gameName = game.getName();
|
||||
gameIcon = game.getIcon();
|
||||
gameId = game.getIcon();
|
||||
gameId = game.getId();
|
||||
if (game.getTag() == null || game.getTag().isEmpty()) {
|
||||
gameType = "normal";
|
||||
} else {
|
||||
@ -350,7 +350,7 @@ public class DownloadDialog {
|
||||
}
|
||||
|
||||
private ArrayList<ApkEntity> sortApk(String gameId, List<ApkEntity> apkList) {
|
||||
DownloadEntry downloadEntry = null;
|
||||
DownloadEntry downloadEntry;
|
||||
ArrayList<ApkEntity> list = new ArrayList<ApkEntity>();
|
||||
List<ApkEntity> installedList = new ArrayList<ApkEntity>();
|
||||
List<ApkEntity> doneList = new ArrayList<ApkEntity>();
|
||||
@ -786,8 +786,7 @@ public class DownloadDialog {
|
||||
HashMap<String, String> meta = new HashMap<String, String>();
|
||||
meta.put("ETag", apkEntity.getEtag());
|
||||
meta.put("icon", gameIcon);
|
||||
meta.put(
|
||||
"platform", apkEntity.getPlatform());
|
||||
meta.put("platform", apkEntity.getPlatform());
|
||||
meta.put("gameId", gameId);
|
||||
meta.put("entrance", entrance);
|
||||
meta.put("location", mlocation);
|
||||
|
||||
Reference in New Issue
Block a user