bug fix
This commit is contained in:
Aria/src/main/java/com/arialyy/aria/core
@ -46,6 +46,10 @@ final class DownloadStateConstance {
|
||||
FAIL_NUM = 0;
|
||||
}
|
||||
|
||||
void setThreadNum(int threadNum){
|
||||
THREAD_NUM = threadNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 所有子线程是否都已经停止下载
|
||||
*/
|
||||
|
@ -80,7 +80,6 @@ final class UploadUtil implements Runnable {
|
||||
}
|
||||
|
||||
mListener.onPre();
|
||||
|
||||
URL url;
|
||||
try {
|
||||
url = new URL(mTaskEntity.uploadUrl);
|
||||
|
Reference in New Issue
Block a user