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:
parent
367c50915a
commit
9059225a86
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue