mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-08 04:40:28 +03:00
clean
This commit is contained in:
parent
12611a116b
commit
229262d478
1 changed files with 0 additions and 2 deletions
|
@ -139,8 +139,6 @@ public class SpannableHelper {
|
||||||
//Loop through links
|
//Loop through links
|
||||||
for (URLSpan span : urls) {
|
for (URLSpan span : urls) {
|
||||||
String url = span.getURL();
|
String url = span.getURL();
|
||||||
|
|
||||||
|
|
||||||
int start = content.getSpanStart(span);
|
int start = content.getSpanStart(span);
|
||||||
int end = content.getSpanEnd(span);
|
int end = content.getSpanEnd(span);
|
||||||
if (start < 0 || end > content.length()) {
|
if (start < 0 || end > content.length()) {
|
||||||
|
|
Loading…
Reference in a new issue