mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -28,7 +28,6 @@ class SearchViewModel(application: Application) : BaseViewModel(application) {
|
||||
isLoading = true
|
||||
}
|
||||
|
||||
@Synchronized
|
||||
override fun onSearchSuccess(searchBooks: ArrayList<SearchBook>) {
|
||||
trySend(ArrayList(searchBooks))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user