klinker41 / android-chips

Chips in your AutoCompleteTextView on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPE on paste (null tokenizer)

mandrachek opened this issue · comments

The handlePaste method is missing a check for a null tokenizer. If this method is called, and no tokenizer is set, an NPE occurs. (this is on 1.3.0)

Haven't been able to fully identify steps to reproduce, but I have seen crashes from this in the wild.