This commit is contained in:
Thomas 2023-01-04 14:34:22 +01:00
parent 12611a116b
commit 229262d478
1 changed files with 0 additions and 2 deletions

View File

@ -139,8 +139,6 @@ public class SpannableHelper {
//Loop through links
for (URLSpan span : urls) {
String url = span.getURL();
int start = content.getSpanStart(span);
int end = content.getSpanEnd(span);
if (start < 0 || end > content.length()) {