mirror of https://github.com/M66B/FairEmail.git
Skip modify EXIF when resizing
This commit is contained in:
parent
80f8af11e8
commit
21cdd9c144
|
@ -3343,7 +3343,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
if (resize > 0)
|
||||
resizeAttachment(context, attachment, resize);
|
||||
|
||||
if (privacy)
|
||||
if (privacy && resize == 0)
|
||||
try {
|
||||
ExifInterface exif = new ExifInterface(file.getAbsolutePath());
|
||||
|
||||
|
|
Loading…
Reference in New Issue