Fix source feed manga click
This commit is contained in:
parent
2207d9ffa4
commit
7b7e625f57
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ open class SourceFeedController :
|
|||
*/
|
||||
override fun onMangaClick(manga: Manga) {
|
||||
// Open MangaController.
|
||||
parentController?.router?.pushController(MangaController(manga, true).withFadeTransaction())
|
||||
router.pushController(MangaController(manga, true).withFadeTransaction())
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue