去掉MainActivity的entryMap、uninstallMap,使用下载是添加packageNam来进行获取DownloadEntity

This commit is contained in:
huangzhuanghua
2016-09-23 14:49:44 +08:00
parent 154f7b5a54
commit 39350b2cfb
21 changed files with 186 additions and 330 deletions

View File

@ -208,10 +208,16 @@ public class ConcernAdapter extends RecyclerView.Adapter<ConcernViewHolder> {
}
public List<GameEntity> getConcernGameList() {
if (concernGameList == null) {
concernGameList = new ArrayList<>();
}
return concernGameList;
}
public List<ConcernInfo> getConcernList() {
if (concernList == null) {
concernList = new ArrayList<>();
}
return concernList;
}
}