More minor refactorings

Extracted from #7244

Co-authored-by: ivaniskandar <ivaniskandar@users.noreply.github.com>
This commit is contained in:
arkon
2022-06-19 17:32:31 -04:00
parent 68c47a3238
commit cb1830d747
10 changed files with 34 additions and 37 deletions
@@ -493,7 +493,7 @@ class LibraryController(
// Notify the presenter a manga is being opened.
presenter.onOpenManga()
router.pushController(MangaController(manga))
router.pushController(MangaController(manga.id!!))
}
/**