Prevent crash

pull/194/merge
M66B 3 years ago
parent e7ee3efcdb
commit cbe1067cca

@ -183,7 +183,7 @@ public class ActivityEML extends ActivityBase {
if (uri == null) if (uri == null)
throw new FileNotFoundException(); throw new FileNotFoundException();
File dir = new File(getCacheDir(), "shared"); File dir = new File(context.getCacheDir(), "shared");
if (!dir.exists()) if (!dir.exists())
dir.mkdir(); dir.mkdir();

Loading…
Cancel
Save