Closed zoltanf closed 7 years ago
I'm trying to render and react to links in text view. As far as I see links don't react, even with specifying a listener for links is not triggered. Is this an intended behaviour or am I doing something wrong?
Thank you.
Never mind, I forgot the:
.setMovementMethod(LinkMovementMethod.getInstance());
I'm trying to render and react to links in text view. As far as I see links don't react, even with specifying a listener for links is not triggered. Is this an intended behaviour or am I doing something wrong?
Thank you.