删除无用代码

This commit is contained in:
kehaoyuan
2018-11-14 10:12:06 +08:00
parent 11963ef040
commit d52bd00ab9
17 changed files with 0 additions and 881 deletions

View File

@ -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);
}
}