This commit is contained in:
M66B 2022-06-07 07:06:18 +02:00
parent ef374522fd
commit 6365b161e8
1 changed files with 1 additions and 1 deletions

View File

@ -3264,7 +3264,7 @@ public class HtmlHelper {
case "a":
String href = element.attr("href");
if (!TextUtils.isEmpty(href)) {
if (BuildConfig.DEBUG) {
if (false && BuildConfig.DEBUG) {
Uri uri = UriHelper.guessScheme(Uri.parse(href));
if (UriHelper.isHyperLink(uri))
ssb.append("\uD83D\uDD17"); // 🔗