@ -37,7 +37,6 @@ abstract class BaseContentTextView(context: Context, attrs: AttributeSet?) : Vie
protected val pageFactory: TextPageFactory get() = callBack.pageFactory
protected val maxScrollOffset = 100f
protected var pageOffset = 0f
protected var linePos = 0
init {
callBack = activity as CallBack
@ -89,7 +89,6 @@ class ContentTextView(context: Context, attrs: AttributeSet?) :
fun resetPageOffset() {
pageOffset = 0f
linePos = 0
}
fun selectText(x: Float, y: Float, select: (lineIndex: Int, charIndex: Int) -> Unit) {