simple-linkable-text icon indicating copy to clipboard operation
simple-linkable-text copied to clipboard

Text get set to "" if no link is found

Open bastiotutuama opened this issue 9 years ago • 2 comments

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; }

bastiotutuama avatar Oct 10 '15 02:10 bastiotutuama

+1

samarti avatar Jan 14 '16 20:01 samarti

+1

MallikaKhullar avatar Sep 22 '16 09:09 MallikaKhullar