Added sync

This commit is contained in:
M66B
2022-06-24 13:46:15 +02:00
parent 52551a9803
commit bb8c7ecafe
3 changed files with 18 additions and 1 deletions

View File

@@ -2051,6 +2051,12 @@ public class Helper {
// Files
static {
System.loadLibrary("fairemail");
}
public static native void sync();
static String sanitizeFilename(String name) {
if (name == null)
return null;