Skip to content

Commit

Permalink
Update MyDownloadService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jan 3, 2025
1 parent fb77b3b commit 90ca697
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class MyDownloadService : Service() {
}
}


@Throws(IOException::class)
private fun downloadFile(body: ResponseBody, url: String) {
val fileSize = body.contentLength()
Expand Down

0 comments on commit 90ca697

Please sign in to comment.