Prevent crash

This commit is contained in:
M66B 2023-05-14 09:25:24 +02:00
parent 7a8f1a9642
commit 222dc82eea
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}