|
|
@ -78,8 +78,7 @@ object ChapterProvider { |
|
|
|
fun getTextChapter( |
|
|
|
fun getTextChapter( |
|
|
|
bookChapter: BookChapter, |
|
|
|
bookChapter: BookChapter, |
|
|
|
content: String, |
|
|
|
content: String, |
|
|
|
chapterSize: Int, |
|
|
|
chapterSize: Int |
|
|
|
isHtml: Boolean = false |
|
|
|
|
|
|
|
): TextChapter { |
|
|
|
): TextChapter { |
|
|
|
val textPages = arrayListOf<TextPage>() |
|
|
|
val textPages = arrayListOf<TextPage>() |
|
|
|
val pageLines = arrayListOf<Int>() |
|
|
|
val pageLines = arrayListOf<Int>() |
|
|
|