hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
https://hendraanggrian.github.io/socialview/
Apache License 2.0
322 stars 81 forks source link

setHashtagTextChangedListener doesn't working correctly #114

Open umair-khan97 opened 2 years ago

umair-khan97 commented 2 years ago

When user first time type #follow and then clear all text by backspace and then start typing again without # then still setHashtagTextChangedListener called on it -> follow. Also when user select hashtag from dropdown then start typing again without space then still setHashtagTextChangedListener called on it.