mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Prevent viewing tracking icon
This commit is contained in:
@@ -881,6 +881,10 @@ class ImageHelper {
|
||||
return this.source;
|
||||
}
|
||||
|
||||
public boolean isTracking() {
|
||||
return this.tracking;
|
||||
}
|
||||
|
||||
String getAnnotated() {
|
||||
return (width == 0 && height == 0
|
||||
? source
|
||||
|
||||
Reference in New Issue
Block a user