Skip to content

Text get set to "" if no link is found #4

Description

@bastiamponsah

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions