1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 10:39:25 +00:00

Exif: added fail-safe

This commit is contained in:
M66B 2025-01-16 08:15:52 +01:00
parent 367c50915a
commit 9059225a86

View file

@ -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