Fixed showing tracking image marker

This commit is contained in:
M66B
2020-05-24 08:14:19 +02:00
parent 87edb3d17d
commit cd78e3396e

View File

@@ -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");