mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -44,7 +44,7 @@ class ContentTextView(context: Context, attrs: AttributeSet?) : View(context, at
|
||||
private var callBack: CallBack
|
||||
private val visibleRect = RectF()
|
||||
val selectStart = TextPos(0, 0, 0)
|
||||
val selectEnd = TextPos(0, 0, 0)
|
||||
private val selectEnd = TextPos(0, 0, 0)
|
||||
var textPage: TextPage = TextPage()
|
||||
private set
|
||||
var isMainView = false
|
||||
|
||||
Reference in New Issue
Block a user