Added comment

This commit is contained in:
M66B 2022-06-06 20:37:19 +02:00
parent 4746ede5f0
commit ef374522fd
1 changed files with 2 additions and 0 deletions

View File

@ -3268,6 +3268,8 @@ public class HtmlHelper {
Uri uri = UriHelper.guessScheme(Uri.parse(href));
if (UriHelper.isHyperLink(uri))
ssb.append("\uD83D\uDD17"); // 🔗
// Unicode 6.0, supported since Android 4.1
// https://developer.android.com/guide/topics/resources/internationalization
}
setSpan(ssb, new URLSpan(href), start, ssb.length());
}