mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Optimization
This commit is contained in:
@@ -1456,8 +1456,7 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
// Remove spacer, etc
|
||||
if (!show_images && !(inline_images && isInline) &&
|
||||
TextUtils.isEmpty(img.attr("x-tracking"))) {
|
||||
if (!show_images && !(inline_images && isInline) && TextUtils.isEmpty(tracking)) {
|
||||
Integer width = Helper.parseInt(img.attr("width").trim());
|
||||
Integer height = Helper.parseInt(img.attr("height").trim());
|
||||
if (width != null && height != null) {
|
||||
|
||||
Reference in New Issue
Block a user