@ -52,7 +52,6 @@ class ContentView : FrameLayout {
callBack?.scrollToLine(line)
}
if (content_text_view.atBottom()) {
setPageIndex(pageSize - 1)
callBack?.scrollToLast()
@ -247,6 +247,7 @@ class PageView(context: Context, attrs: AttributeSet) :
if (isScrollDelegate) {
callback?.textChapter()?.let {
callback?.setPageIndex(it.lastIndex())
curPage?.setPageIndex(it.lastIndex())