Closed mhemdan closed 9 years ago
is there a way to remove link builder from textview after adding it ?
Link Builder works off of SpannableStrings that are set as the text on the TextView. If you simply write different text to the TextView with TextView.setText(), then the links will be removed.
is there a way to remove link builder from textview after adding it ?