mirror of
https://github.com/gedoor/legado.git
synced 2025-01-07 03:06:58 +08:00
优化
This commit is contained in:
parent
20ab778ec0
commit
2737254fec
@ -214,6 +214,7 @@ class TextFile(private var book: Book) {
|
||||
curChapter.title = matcher.group()
|
||||
curChapter.start = curOffset + chapterLength
|
||||
toc.add(curChapter)
|
||||
lastChapterWordCount = 0
|
||||
} else if (seekPos == 0 && chapterStart != 0) {
|
||||
/**
|
||||
* 如果 seekPos == 0 && chapterStart != 0 表示当前block处前面有一段内容
|
||||
|
Loading…
Reference in New Issue
Block a user