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