...
This commit is contained in:
@ -151,12 +151,8 @@ public class DownloadThread extends Thread {
|
||||
}
|
||||
}
|
||||
|
||||
public void pause() {
|
||||
status = DownloadStatus.pause;
|
||||
}
|
||||
|
||||
public void cancle() {
|
||||
status = DownloadStatus.cancel;
|
||||
public void setStatus(DownloadStatus status) {
|
||||
this.status = status;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user