Fix wrong query being used when opening Global Search (#7604)
(cherry picked from commit 76057b84b2d9ae01ad553a720aadb8114732dfab)
This commit is contained in:
parent
4b03d3559f
commit
87d7a47b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,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 a new issue