You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MessageInput.getInputEditText() returns an EditText so you can just append a custom TextWatcher through the EditText.addTextChangedListener(TextWatcher) method.
Hello, is there a way to implement a textwatcher for the MessageInput, I need to know when I'm typing and when I'm done typing. Thank you.
The text was updated successfully, but these errors were encountered: