Commit 3d5cef2c by YKai

feat:键盘事件处理

parent fe422d1a
...@@ -301,7 +301,6 @@ class QuestionInformationView( ...@@ -301,7 +301,6 @@ class QuestionInformationView(
SoftKeyBoardListener.setListener(mContext, SoftKeyBoardListener.setListener(mContext,
object : SoftKeyBoardListener.OnSoftKeyBoardChangeListener { object : SoftKeyBoardListener.OnSoftKeyBoardChangeListener {
override fun keyBoardShow(height: Int) { override fun keyBoardShow(height: Int) {
recycle.smoothScrollToPosition(mData.size - 1)
recycle.scrollToPosition(mData.size - 1) recycle.scrollToPosition(mData.size - 1)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment