优化
This commit is contained in:
@@ -196,7 +196,7 @@ object ReadBook : CoroutineScope by MainScope() {
|
|||||||
toLast: Boolean = true
|
toLast: Boolean = true
|
||||||
): Boolean {
|
): Boolean {
|
||||||
if (durChapterIndex > 0) {
|
if (durChapterIndex > 0) {
|
||||||
durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: 0 else 0
|
durChapterPos = if (toLast) prevTextChapter?.lastReadLength ?: Int.MAX_VALUE else 0
|
||||||
durChapterIndex--
|
durChapterIndex--
|
||||||
nextTextChapter = curTextChapter
|
nextTextChapter = curTextChapter
|
||||||
curTextChapter = prevTextChapter
|
curTextChapter = prevTextChapter
|
||||||
|
|||||||
Reference in New Issue
Block a user