mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Check text for image links
This commit is contained in:
@@ -1146,6 +1146,8 @@ public class HtmlHelper {
|
||||
String href = p.attr("href");
|
||||
if (TextUtils.isEmpty(href) || href.equals("#"))
|
||||
break;
|
||||
if (!TextUtils.isEmpty(p.text()))
|
||||
break;
|
||||
linked = true;
|
||||
} else
|
||||
p = p.parent();
|
||||
|
||||
Reference in New Issue
Block a user