mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Improved error message
This commit is contained in:
parent
d274ea64f6
commit
4dcbe807df
1 changed files with 1 additions and 1 deletions
|
@ -1754,7 +1754,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
if ("file".equals(uri.getScheme()) &&
|
||||
!Helper.hasPermission(context, Manifest.permission.READ_EXTERNAL_STORAGE)) {
|
||||
Log.w("Add attachment uri=" + uri);
|
||||
throw new SecurityException();
|
||||
throw new SecurityException("Add attachment with file scheme");
|
||||
}
|
||||
|
||||
EntityAttachment attachment = new EntityAttachment();
|
||||
|
|
Loading…
Reference in a new issue