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

non clickable hyperlinks #59

Closed mhrpatel12 closed 5 years ago

mhrpatel12 commented 5 years ago

58

Call setOnHyperlinkClickListener method of an interface instead of setOnHashtagClickListener, on click of hyperlink.

hanggrian commented 5 years ago

Thanks!