mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Prevent crash
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user