simple-linkable-text
simple-linkable-text copied to clipboard
Text get set to "" if no link is found
I get empty TextViews if no link is found in the textView. I'm working on a fix. Investigation: In LinkableTextView the text should only be set if the Spannable is not null
public LinkableTextView build() { this.mLinkModifier.build(); //Check if spannable is not null this.setText(this.mLinkModifier.getSpannable()); return this; }
+1
+1