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