mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Remove qualification from java.lang.Runnable.
This commit is contained in:
@@ -178,7 +178,7 @@ public class UiUtils {
|
||||
* <p>
|
||||
* 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 =
|
||||
new SpannableStringBuilder(textView.getText());
|
||||
ClickableSpan[] spans =
|
||||
|
||||
Reference in New Issue
Block a user