Always remove small images

This commit is contained in:
M66B
2020-11-16 18:53:56 +01:00
parent 634d085be8
commit 45db66b4f7
2 changed files with 21 additions and 15 deletions

View File

@@ -2167,7 +2167,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
boolean disable_tracking = prefs.getBoolean("disable_tracking", true);
if (disable_tracking)
HtmlHelper.removeTrackingPixels(context, document, true);
HtmlHelper.removeTrackingPixels(context, document);
if (debug) {
Document format = JsoupEx.parse(file);