Optimization

pull/217/head
M66B 6 months ago
parent 7cd600e52d
commit 47977b5460

@ -1456,8 +1456,7 @@ public class HtmlHelper {
} }
// Remove spacer, etc // Remove spacer, etc
if (!show_images && !(inline_images && isInline) && if (!show_images && !(inline_images && isInline) && TextUtils.isEmpty(tracking)) {
TextUtils.isEmpty(img.attr("x-tracking"))) {
Integer width = Helper.parseInt(img.attr("width").trim()); Integer width = Helper.parseInt(img.attr("width").trim());
Integer height = Helper.parseInt(img.attr("height").trim()); Integer height = Helper.parseInt(img.attr("height").trim());
if (width != null && height != null) { if (width != null && height != null) {

Loading…
Cancel
Save