mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
[android] fix start of link in error message for adding contacts
This commit is contained in:
@@ -207,7 +207,7 @@ public class UiUtils {
|
|||||||
runnable.run();
|
runnable.run();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
ssb.setSpan(cSpan, start + 1, end, 0);
|
ssb.setSpan(cSpan, start, end, 0);
|
||||||
textView.setText(ssb);
|
textView.setText(ssb);
|
||||||
textView.setMovementMethod(new LinkMovementMethod());
|
textView.setMovementMethod(new LinkMovementMethod());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user