Fix: Reader's chapter list for Merged entry

This commit is contained in:
Cuong-Tran 2025-03-28 15:52:31 +07:00
parent 75bd45bc4c
commit da9302ca03
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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")