mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Fix wrong query being used when opening Global Search (#7604)
This commit is contained in:
		| @@ -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 New Issue
	
	Block a user