Skip to content

Commit 47977b5

Browse files
committed
Optimization
1 parent 7cd600e commit 47977b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/eu/faircode/email/HtmlHelper.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1456,8 +1456,7 @@ public void tail(Node node, int depth) {
14561456
}
14571457

14581458
// Remove spacer, etc
1459-
if (!show_images && !(inline_images && isInline) &&
1460-
TextUtils.isEmpty(img.attr("x-tracking"))) {
1459+
if (!show_images && !(inline_images && isInline) && TextUtils.isEmpty(tracking)) {
14611460
Integer width = Helper.parseInt(img.attr("width").trim());
14621461
Integer height = Helper.parseInt(img.attr("height").trim());
14631462
if (width != null && height != null) {

0 commit comments

Comments
 (0)