splitwise / TokenAutoComplete

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

`CharacterTokenizer` constructor is package-private #377

Closed chrimaeon closed 5 years ago

chrimaeon commented 5 years ago

Currently the CharacterTokenizer constructor is package-private making it not instantiatable by a custom view with different splitChar and tokenTerminator fields.

mgod commented 5 years ago

Whoops, that's a mistake. I'll fix it in the next version update.

chrimaeon commented 5 years ago

👍 Thank you!

mgod commented 5 years ago

Fixed in 3.0.0!