How to disable setMovementMethod(LinkMovementMethod.getInstance()) in android?

449 views Asked by At

I am using setMovementMethod(LinkMovementMethod.getInstance()) for textview in my app. Now i want to enable long item click and item click to select chats to delete/ copy similar to whats app.In that case i dont want the link to open when i click on textview as the selection process is in progress. Also once i deselect it , should again have movement method back. Is there a way to achieve this?

0

There are 0 answers