mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Fixed showing tracking image marker
This commit is contained in:
@@ -302,7 +302,7 @@ class ImageHelper {
|
||||
// Data URI
|
||||
if (data && (show || inline || a.tracking))
|
||||
try {
|
||||
Bitmap bm = getDataBitmap(source);
|
||||
Bitmap bm = getDataBitmap(a.source);
|
||||
if (bm == null)
|
||||
throw new IllegalArgumentException("decode byte array failed");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user