This commit is contained in:
kunfei
2022-02-26 22:01:23 +08:00
parent fa48eb682c
commit 9a354a9e24
@@ -193,6 +193,7 @@ class SearchModel(private val scope: CoroutineScope) {
if (!precision) {
equalData.addAll(otherData)
}
if (!scope.isActive) return
searchBooks = equalData
}
}