Skip modify EXIF when resizing

pull/197/head
M66B 5 years ago
parent 80f8af11e8
commit 21cdd9c144

@ -3343,7 +3343,7 @@ public class FragmentCompose extends FragmentBase {
if (resize > 0) if (resize > 0)
resizeAttachment(context, attachment, resize); resizeAttachment(context, attachment, resize);
if (privacy) if (privacy && resize == 0)
try { try {
ExifInterface exif = new ExifInterface(file.getAbsolutePath()); ExifInterface exif = new ExifInterface(file.getAbsolutePath());

Loading…
Cancel
Save