hanggrian / socialview

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

setMentionTextChangedListener is called just after the first char typed. #60

Closed igorlopesfaria closed 3 years ago

igorlopesfaria commented 5 years ago

setMentionTextChangedListener is only called after the first char typed.

after typing @x the method onChanged is printing on log "g" correctly but if you continue to type @xeaj, the method no more is called.

hanggrian commented 5 years ago

I fear that Kotlin to Java conversion of this library isn't finished yet and still brings some bugs, rest assured I'm looking into this and will update when I have more info.

hanggrian commented 3 years ago

I'm pretty sure the conversion is complete now and should not have this problem anymore.