mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Skip modify EXIF when resizing
This commit is contained in:
parent
80f8af11e8
commit
21cdd9c144
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue