mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Show tracking image size
This commit is contained in:
@@ -228,7 +228,9 @@ public class HtmlHelper {
|
||||
// Tracking pixel
|
||||
if (tracking) {
|
||||
div.appendElement("br");
|
||||
div.appendElement("strong").text(context.getString(R.string.title_hint_tracking_image));
|
||||
div.appendElement("strong").text(
|
||||
context.getString(R.string.title_hint_tracking_image,
|
||||
img.attr("width"), img.attr("height")));
|
||||
}
|
||||
|
||||
img.replaceWith(div);
|
||||
|
||||
Reference in New Issue
Block a user