mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
a3501ac0f9
commit
86151c63d2
|
@ -3022,7 +3022,7 @@ public class FragmentCompose extends FragmentBase {
|
||||||
|
|
||||||
exif.saveAttributes();
|
exif.saveAttributes();
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
Log.w(ex);
|
Log.i(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
|
|
Loading…
Reference in New Issue