splitwise / TokenAutoComplete

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

bug-when press home key or the activity pause #165

Closed denny37 closed 9 years ago

denny37 commented 9 years ago

the activity pause, then resume the activity completion and delete by back key, the onTokenAdded and onTokenRemoved don't call

mgod commented 9 years ago

You'll need to restore the TokenListener in your activity when it restores from the background.