Always remove meta tags when selected

pull/217/head
M66B 12 months ago
parent 67cf8d311b
commit 9f22e33624

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

Loading…
Cancel
Save