fix entity

This commit is contained in:
CsHeng
2017-06-29 15:59:36 +08:00
parent 1d1c9666dc
commit 2b23665cb5
11 changed files with 86 additions and 49 deletions

View File

@ -13,16 +13,16 @@ import android.widget.Toast;
import com.gh.common.constant.Config;
import com.gh.common.view.DownloadDialog;
import com.lightgame.download.DownloadConfig;
import com.lightgame.download.DownloadEntity;
import com.gh.download.DownloadManager;
import com.lightgame.download.DownloadStatus;
import com.lightgame.download.FileUtils;
import com.gh.gamecenter.DownloadManagerActivity;
import com.gh.gamecenter.R;
import com.gh.gamecenter.adapter.viewholder.GameViewHolder;
import com.gh.gamecenter.entity.GameEntity;
import com.gh.gamecenter.manager.PackageManager;
import com.lightgame.download.DownloadConfig;
import com.lightgame.download.DownloadEntity;
import com.lightgame.download.DownloadStatus;
import com.lightgame.download.FileUtils;
import java.util.concurrent.LinkedBlockingQueue;