mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 19:39:20 +01:00
Fix library search not being reflected (fixes #8031)
This commit is contained in:
parent
0225711f6f
commit
20bbda78e6
@ -645,7 +645,7 @@ class LibraryPresenter(
|
|||||||
val categoryId = categories.getOrNull(page)?.id ?: -1
|
val categoryId = categories.getOrNull(page)?.id ?: -1
|
||||||
loadedManga[categoryId] ?: emptyList()
|
loadedManga[categoryId] ?: emptyList()
|
||||||
}
|
}
|
||||||
return remember(unfiltered) {
|
return remember(unfiltered, searchQuery) {
|
||||||
val query = searchQuery
|
val query = searchQuery
|
||||||
if (query.isNullOrBlank().not()) {
|
if (query.isNullOrBlank().not()) {
|
||||||
unfiltered.filter {
|
unfiltered.filter {
|
||||||
|
Loading…
Reference in New Issue
Block a user