feat: APP内容配置重构 https://jira.shanqu.cc/browse/GHZS-3956
This commit is contained in:
@ -67,7 +67,6 @@ public class NDownloadService extends Service {
|
||||
// 看不懂的操作
|
||||
DownloadStatus status = DownloadStatus.valueOf(statusString);
|
||||
DownloadEntity entry = (DownloadEntity) intent.getSerializableExtra(DownloadConfig.KEY_DOWNLOAD_ENTRY);
|
||||
|
||||
DownloadEntity downloadEntity = DownloadDao.getInstance(this).get(entry.getUrl());
|
||||
if (downloadEntity == null) {
|
||||
// 设置开始下载时间(排序用到)
|
||||
|
||||
Reference in New Issue
Block a user