Fix: Reader's chapter list for Merged entry
This commit is contained in:
parent
75bd45bc4c
commit
da9302ca03
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ class MangaScreen(
|
|||
}
|
||||
|
||||
private fun openChapter(context: Context, chapter: Chapter) {
|
||||
context.startActivity(ReaderActivity.newIntent(context, chapter.mangaId, chapter.id))
|
||||
context.startActivity(ReaderActivity.newIntent(context, mangaId, chapter.id))
|
||||
}
|
||||
|
||||
@Suppress("LocalVariableName")
|
||||
|
|
|
|||
Loading…
Reference in a new issue