splitwise / TokenAutoComplete

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

Update Kotlin nullability #420

Closed mgod closed 2 years ago

mgod commented 2 years ago

The default kotlin conversion process didn't get all the null checks to line up with the expected API use. This should hopefully make them more correctly match expected subclass implementations.

Also fix an issue with the cursor position being wrong when removing the hint for the field with the a prefix set. Before this fix, when the first letter was entered, sometimes the cursor would wind up in front of that letter instead of after it.