@ -36,7 +36,7 @@ open class ScrollMultiAutoCompleteTextView @JvmOverloads constructor(
override fun dispatchTouchEvent(event: MotionEvent): Boolean {
if (event.action == MotionEvent.ACTION_DOWN) {
//如果是新的按下事件,则对mBottomFlag重新初始化
mBottomFlag = false
mBottomFlag = lineCount <= maxLines
}
return super.dispatchTouchEvent(event)
@ -9,7 +9,6 @@
android:id="@+id/editText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textMultiLine"
android:maxLines="12" />
android:inputType="textMultiLine" />
</io.legado.app.ui.widget.text.TextInputLayout>