mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Exif: added fail-safe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user