mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 11:55:07 +01:00
Fix wrong query being used when opening Global Search (#7604)
This commit is contained in:
parent
164de67a56
commit
76057b84b2
@ -53,7 +53,7 @@ class LibraryController(
|
||||
presenter = presenter,
|
||||
onMangaClicked = ::openManga,
|
||||
onGlobalSearchClicked = {
|
||||
router.pushController(GlobalSearchController(presenter.query))
|
||||
router.pushController(GlobalSearchController(presenter.searchQuery))
|
||||
},
|
||||
onChangeCategoryClicked = ::showMangaCategoriesDialog,
|
||||
onMarkAsReadClicked = { markReadStatus(true) },
|
||||
|
Loading…
Reference in New Issue
Block a user