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
If no tokenizer is set, and the user enters text and hits space, an NPE occurs. This appears to be caused by a missing null check at the end of the afterTextChanged method.
The text was updated successfully, but these errors were encountered:
If no tokenizer is set, and the user enters text and hits space, an NPE occurs. This appears to be caused by a missing null check at the end of the afterTextChanged method.
The text was updated successfully, but these errors were encountered: