pull/90/head^2
kunfei 5 years ago
parent 83f3e0e051
commit baa8b95200
  1. 2
      app/src/main/java/io/legado/app/service/CheckSourceService.kt

@ -49,7 +49,7 @@ class CheckSourceService : BaseService() {
unCheckIds.clear()
idsCount = ids.size
unCheckIds.addAll(ids)
updateNotification(0, getString(R.string.start))
updateNotification(0, getString(R.string.progress_show, 0, idsCount))
task = execute {
unCheckIds.forEach { sourceUrl ->
App.db.bookSourceDao().getBookSource(sourceUrl)?.let { source ->

Loading…
Cancel
Save