Refactoring

This commit is contained in:
M66B
2023-12-13 07:21:15 +01:00
parent 9f1bab8e19
commit 9569b0e28e
14 changed files with 25 additions and 28 deletions

View File

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