mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Bad idea
This commit is contained in:
parent
ef374522fd
commit
6365b161e8
1 changed files with 1 additions and 1 deletions
|
@ -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"); // 🔗
|
||||
|
|
Loading…
Reference in a new issue