1
0
Fork 0
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:
M66B 2021-03-31 16:55:28 +02:00
parent 80f8af11e8
commit 21cdd9c144

View file

@ -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());