mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
Merge branch '1385-make-link-cover-entire-word' into 'master'
[android] fix start of link in error message for adding contacts Closes #1385 See merge request briar/briar!1011
This commit is contained in:
@@ -207,7 +207,7 @@ public class UiUtils {
|
||||
runnable.run();
|
||||
}
|
||||
};
|
||||
ssb.setSpan(cSpan, start + 1, end, 0);
|
||||
ssb.setSpan(cSpan, start, end, 0);
|
||||
textView.setText(ssb);
|
||||
textView.setMovementMethod(new LinkMovementMethod());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user