Closed Shajeel-Afzal closed 8 years ago
As you said: If the user clicks on TextView's text that is not a Hash Tag then the onClick of the Item is not being called.
The HashTagHelper is designed to handle clicks on hashtags only. It doesn't call onClick on a regular text without #hashtag.
The library is opensource. Feel free to modify it to suit your needs
Alright. I will try to understand the code and do the changes to achieve what i need. Thanks.
I am showing Hash Tags in a TextView in the RecyclerAdaper.
Problem is that the Click Listener on the adapter Item is not working properly when i am using HashTagHelper library. If the user clicks on TextView's text that is not a Hash Tag then the onClick of the Item is not being called.
Inside onBindView method i am showing the Hash Tag on the TextView:
And ViewHolder looks like this: