splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

Pass fixed splitChar to CharacterTokenizer #349

Closed robhor closed 6 years ago

robhor commented 6 years ago

The special character '§' used to separate tokens when custom split chars are set was not passed to the CharacterTokenizer, causing issues when inserting a token before an existing one, as the tokenizer would not correctly recognize the end of the following token.