1、对下载器任务的状态变化修改
2、对下载器内部的handler的消息屏蔽,pause的修改,剩余download roll未改动。
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user