删除无用代码
This commit is contained in:
@ -35,7 +35,6 @@ import com.gh.gamecenter.entity.ApkEntity;
|
||||
import com.gh.gamecenter.entity.GameEntity;
|
||||
import com.gh.gamecenter.entity.GameInstall;
|
||||
import com.gh.gamecenter.kuaichuan.FileInfo;
|
||||
import com.gh.gamecenter.manager.GameManager;
|
||||
import com.gh.gamecenter.retrofit.Response;
|
||||
import com.gh.gamecenter.retrofit.RetrofitManager;
|
||||
import com.halo.assistant.HaloApp;
|
||||
@ -179,10 +178,8 @@ public class InstallFragmentAdapter extends BaseRecyclerAdapter<ViewHolder> {
|
||||
}
|
||||
}
|
||||
}
|
||||
GameManager manager = new GameManager(mContext);
|
||||
for (GameEntity entity : this.gameList) {
|
||||
entity.setEntryMap(DownloadManager.getInstance(mContext).getEntryMap(entity.getName()));
|
||||
manager.addOrUpdate(entity);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user