Skip to content

IndexOutOfBoundsException  #17

@VictoriousAttitude

Description

@VictoriousAttitude

Tried to test your code and here's the stack trace:

"java.lang.IndexOutOfBoundsException: setSpan (73 ... 14) has end before start"

this line of code:

spannableString.setSpan(new ForegroundColorSpan(ContextCompat.getColor(context.getApplicationContext(), R.color.secondary_text)), titleString.lastIndexOf(author) + author.length() + 1, titleString.lastIndexOf(article.getTitle()) - 1, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);

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