Request garbage collect after operations

pull/187/head
M66B 4 years ago
parent 8f139d99f1
commit ebe9102877

@ -1444,6 +1444,12 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
}
db.folder().setFolderState(folder.id, null);
}
try {
System.gc();
} catch (Throwable ex) {
Log.e(ex);
}
}
} finally {
wlOperations.release();

Loading…
Cancel
Save