pull/63/head
kunfei 5 years ago
parent 68729e78a2
commit 18c1ebc11e
  1. 2
      app/src/main/java/io/legado/app/service/DownloadService.kt

@ -39,9 +39,9 @@ class DownloadService : BaseService() {
}
override fun onDestroy() {
super.onDestroy()
tasks.clear()
searchPool.close()
super.onDestroy()
}
private fun download(bookUrl: String?, start: Int, end: Int) {

Loading…
Cancel
Save