8000 commit · ssseasonnn/DownloadX@cf3fb59 · GitHub
Skip to content

Commit cf3fb59

Browse files
committed
commit
1 parent 76c0747 commit cf3fb59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

downloadx/src/main/java/zlc/season/downloadx/core/DownloadTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ open class DownloadTask(
8888
while (currentCoroutineContext().isActive) {
8989
val progress = getProgress()
9090
send(progress)
91-
// "url ${params.url} progress ${progress.percentStr()}".log()
91+
"url ${params.url} progress ${progress.percentStr()}".log()
9292

9393
if (currentState.isEnd() || progress.isComplete()) {
9494
break

0 commit comments

Comments
 (0)