|
|
|
@ -417,6 +417,9 @@ public class ReadActivity extends BaseActivity<ActivityReadBinding> implements C |
|
|
|
|
mChapters = chapters; |
|
|
|
|
mBook.setNoReadNum(0); |
|
|
|
|
mBook.setChapterTotalNum(chapters.size()); |
|
|
|
|
if (mBook.getHisttoryChapterNum() > chapters.size() - 1) { |
|
|
|
|
mBook.setHisttoryChapterNum(chapters.size() - 1); |
|
|
|
|
} |
|
|
|
|
mBook.setNewestChapterTitle(chapters.get(chapters.size() - 1).getTitle()); |
|
|
|
|
if (hasChangeSource) { |
|
|
|
|
boolean flag = mBookService.matchHistoryChapterPos(mBook, mChapters); |
|
|
|
|