mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added sync
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user