mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix library options menu shown in chapters screen. Resolves #1096
This commit is contained in:
		| @@ -126,6 +126,7 @@ class LibraryController( | ||||
|  | ||||
|     init { | ||||
|         setHasOptionsMenu(true) | ||||
|         retainViewMode = RetainViewMode.RETAIN_DETACH | ||||
|     } | ||||
|  | ||||
|     override fun getTitle(): String? { | ||||
| @@ -425,7 +426,7 @@ class LibraryController( | ||||
|         presenter.onOpenManga() | ||||
|  | ||||
|         router.pushController(RouterTransaction.with(MangaController(manga)) | ||||
|                 .pushChangeHandler(FadeChangeHandler(false)) | ||||
|                 .pushChangeHandler(FadeChangeHandler()) | ||||
|                 .popChangeHandler(FadeChangeHandler())) | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user