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:
parent
67cf8d311b
commit
9f22e33624
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue