mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 02:23:38 +02:00
JNI mkdirs
This commit is contained in:
@@ -2645,7 +2645,7 @@ public class Helper {
|
||||
parent.mkdir();
|
||||
|
||||
File dir = new File(parent, subdir);
|
||||
dir.mkdir();
|
||||
Log.jni_safe_mkdirs(dir);
|
||||
|
||||
synchronized (exists) {
|
||||
if (exists.containsKey(dir))
|
||||
|
||||
Reference in New Issue
Block a user