Remove qualification from java.lang.Runnable.

This commit is contained in:
akwizgran
2018-11-01 17:50:17 +00:00
committed by Torsten Grote
parent 845eb3262b
commit a7e826ccf5

View File

@@ -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 =