This commit is contained in:
kunfei 2022-02-26 22:01:23 +08:00
parent 8dcb62c984
commit 7a09a8fb66

View File

@ -193,6 +193,7 @@ class SearchModel(private val scope: CoroutineScope) {
if (!precision) { if (!precision) {
equalData.addAll(otherData) equalData.addAll(otherData)
} }
if (!scope.isActive) return
searchBooks = equalData searchBooks = equalData
} }
} }