This commit is contained in:
Horis
2023-11-20 20:04:19 +08:00
parent 321cc1be78
commit 3f8de7c5cd
@@ -77,7 +77,7 @@ class SearchModel(private val scope: CoroutineScope, private val callBack: CallB
return
}
searchIndex++
val source = bookSourceList[searchIndex]
val source = bookSourceList.getOrNull(searchIndex) ?: return
val searchPool = searchPool ?: return
val task = WebBook.searchBook(
scope,