feat: 优化代码

pull/133/head
kunfei 5 years ago
parent fa4ba277e2
commit 0c3d9f5f1e
  1. 1
      app/src/main/java/io/legado/app/service/CheckSourceService.kt

@ -69,7 +69,6 @@ class CheckSourceService : BaseService() {
}
if (processIndex < allIds.size) {
val sourceUrl = allIds[processIndex]
App.db.bookSourceDao().getBookSource(sourceUrl)?.let { source ->
val webBook = WebBook(source)
webBook.searchBook("我的", scope = this, context = searchPool)

Loading…
Cancel
Save