优化
This commit is contained in:
@@ -214,6 +214,7 @@ class ReadMangaActivity : VMBaseActivity<ActivityMangaBinding, MangaViewModel>()
|
|||||||
try {
|
try {
|
||||||
val content = mAdapter.getCurrentList()[position]
|
val content = mAdapter.getCurrentList()[position]
|
||||||
if (content is MangaContent) {
|
if (content is MangaContent) {
|
||||||
|
ReadManga.durChapterIndex = content.mChapterIndex
|
||||||
ReadManga.durChapterPos = content.mDurChapterPos
|
ReadManga.durChapterPos = content.mDurChapterPos
|
||||||
upInfoBar(
|
upInfoBar(
|
||||||
content.mChapterIndex + 1,
|
content.mChapterIndex + 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user