@ -263,13 +263,6 @@ class ReadBookActivity : VMBaseActivity<ReadBookViewModel>(R.layout.activity_boo
}
/**
* 加载章节内容, index章节序号
*/
override fun loadContent(index: Int) {
ReadBook.loadContent(index)
override fun upContent(position: Int) {
page_view.upContent(position)
@ -244,11 +244,6 @@ class PageView(context: Context, attrs: AttributeSet) :
fun textChapter(chapterOnDur: Int = 0): TextChapter?
fun loadContent(index: Int)
* 保存页数