1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 05:34:51 +00:00

Always remove meta tags when selected

This commit is contained in:
M66B 2024-10-04 22:07:52 +02:00
parent 67cf8d311b
commit 9f22e33624

View file

@ -5304,8 +5304,9 @@ public class FragmentCompose extends FragmentBase {
if (resize > 0)
resizeAttachment(context, attachment, resize);
if (privacy && resize == 0)
if (privacy)
try {
Log.i("Removing meta tags");
ExifInterface exif = new ExifInterface(file);
exif.setAttribute(ExifInterface.TAG_GPS_LATITUDE_REF, null);