klinker41 / android-chips

Chips in your AutoCompleteTextView on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPE in afterTextChanged

mandrachek opened this issue · comments

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.