mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Fix library search not being reflected (fixes #8031)
This commit is contained in:
		| @@ -645,7 +645,7 @@ class LibraryPresenter( | ||||
|             val categoryId = categories.getOrNull(page)?.id ?: -1 | ||||
|             loadedManga[categoryId] ?: emptyList() | ||||
|         } | ||||
|         return remember(unfiltered) { | ||||
|         return remember(unfiltered, searchQuery) { | ||||
|             val query = searchQuery | ||||
|             if (query.isNullOrBlank().not()) { | ||||
|                 unfiltered.filter { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user