Commit 4c0de9d3 by YKai

feat: 代码优化

parent 3ad3f065
...@@ -143,10 +143,6 @@ class CmsExamQuestionPaperActivity : BaseActivity() { ...@@ -143,10 +143,6 @@ class CmsExamQuestionPaperActivity : BaseActivity() {
et_input_problem.hint = "请输入其他事件......" et_input_problem.hint = "请输入其他事件......"
// 打开软件盘 // 打开软件盘
showInputMethod(et_input_problem) showInputMethod(et_input_problem)
// 滚动到底部
Handler().postDelayed({
recycle.scrollToPosition(mData.size - 1)
}, 500L)
} }
override fun showKeyboard() { override fun showKeyboard() {
......
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