mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +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