hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
324 stars 81 forks source link

delete mentionned person #29

Closed marwa1994 closed 3 years ago

marwa1994 commented 6 years ago

i have created custom adapter for mentioned users if i try to delete some characters of the mentioned person this one still in customautocomplete.getMentions() how can i handle that and remove this one from customautocomplete.getMentions()??

hanggrian commented 6 years ago

getMentions() are meant to return strings with mention pattern, not your custom objects.

hanggrian commented 3 years ago

Closed due to inactivity.