mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
7a8f1a9642
commit
222dc82eea
|
@ -7716,7 +7716,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
result.type = dfile.getType();
|
||||
result.size = dfile.length();
|
||||
}
|
||||
} catch (SecurityException ex) {
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue