mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Refactoring
This commit is contained in:
@@ -183,7 +183,7 @@ public class ActivityEML extends ActivityBase {
|
||||
if (uri == null)
|
||||
throw new FileNotFoundException();
|
||||
|
||||
File dir = Helper.ensureExists(context.getFilesDir(), "shared");
|
||||
File dir = Helper.ensureExists(context, "shared");
|
||||
File file = new File(dir, "email.eml");
|
||||
|
||||
Helper.copy(context, uri, file);
|
||||
|
||||
Reference in New Issue
Block a user