mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Oops
This commit is contained in:
@@ -186,7 +186,7 @@ public class EntityAttachment {
|
||||
boolean external_storage = prefs.getBoolean("external_storage", false);
|
||||
|
||||
if (external_storage) {
|
||||
File dir = Helper.getExternalFilesDir(context);
|
||||
File dir = new File(Helper.getExternalFilesDir(context), "attachments");
|
||||
dir.mkdirs();
|
||||
return dir;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user