Exif: added fail-safe

pull/217/head
M66B 8 months ago
parent 367c50915a
commit 9059225a86

@ -5481,6 +5481,8 @@ public class FragmentCompose extends FragmentBase {
exif.saveAttributes();
} catch (IOException ex) {
Log.i(ex);
} catch (Throwable ex) {
Log.e(ex);
}
// https://www.rfc-editor.org/rfc/rfc2231

Loading…
Cancel
Save