mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Added comment
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user