We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rt,在使用时候发现无法删除已输入内容,进而想到通过获取EmoticonsEditTex类型的mEtChat来设置OnKeyListener,通过KeyCode和KeyEvent来自己消费,但无法被调用 inputBar!!.etChat.setOnKeyListener { v, keyCode, event -> LogUtils.e(v,keyCode,event) false }
inputBar!!.etChat.setOnKeyListener { v, keyCode, event -> LogUtils.e(v,keyCode,event) false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rt,在使用时候发现无法删除已输入内容,进而想到通过获取EmoticonsEditTex类型的mEtChat来设置OnKeyListener,通过KeyCode和KeyEvent来自己消费,但无法被调用
inputBar!!.etChat.setOnKeyListener { v, keyCode, event -> LogUtils.e(v,keyCode,event) false }
The text was updated successfully, but these errors were encountered: