Fix wrong query being used when opening Global Search (#7604)
This commit is contained in:
parent
164de67a56
commit
76057b84b2
1 changed files with 1 additions and 1 deletions
|
@ -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) },
|
||||
|
|
Reference in a new issue