mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
Remove qualification from java.lang.Runnable.
This commit is contained in:
@@ -178,7 +178,7 @@ public class UiUtils {
|
|||||||
* <p>
|
* <p>
|
||||||
* Attention: This assumes that there's only <b>one</b> link in the text.
|
* Attention: This assumes that there's only <b>one</b> link in the text.
|
||||||
*/
|
*/
|
||||||
public static void onSingleLinkClick(TextView textView, java.lang.Runnable runnable) {
|
public static void onSingleLinkClick(TextView textView, Runnable runnable) {
|
||||||
SpannableStringBuilder ssb =
|
SpannableStringBuilder ssb =
|
||||||
new SpannableStringBuilder(textView.getText());
|
new SpannableStringBuilder(textView.getText());
|
||||||
ClickableSpan[] spans =
|
ClickableSpan[] spans =
|
||||||
|
|||||||
Reference in New Issue
Block a user