Skip modify EXIF when resizing

This commit is contained in:
M66B 2021-03-31 16:55:28 +02:00
parent 80f8af11e8
commit 21cdd9c144
1 changed files with 1 additions and 1 deletions

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