mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
ROOM temp dir
This commit is contained in:
@@ -2633,7 +2633,7 @@ public class Helper {
|
||||
|
||||
private static final Map<File, Boolean> exists = new HashMap<>();
|
||||
|
||||
static File ensureExists(File dir) {
|
||||
public static File ensureExists(File dir) {
|
||||
synchronized (exists) {
|
||||
if (exists.containsKey(dir))
|
||||
return dir;
|
||||
|
||||
Reference in New Issue
Block a user