1、对下载器任务的状态变化修改

2、对下载器内部的handler的消息屏蔽,pause的修改,剩余download roll未改动。
This commit is contained in:
CsHeng
2017-07-02 09:49:21 +08:00
parent 7a6354e781
commit 714a64975f
13 changed files with 236 additions and 176 deletions

View File

@ -399,7 +399,7 @@ public class DownloadDialog implements OnCollectionCallBackListener {
if (collectionAdapter != null) {
collectionAdapter.removeDownloadEntityByUrl(url);
}
DownloadManager.getInstance(mContext).putStatus(url, "delete");
// DownloadManager.getInstance(mContext).putStatus(url, "delete");
}
}