pull/214/head
M66B 7 months ago
parent 4f25a69998
commit 84e7ecbf94

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

Loading…
Cancel
Save