1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-19 10:25:29 +00:00

Revert "Request garbage collect after operations"

This reverts commit ebe9102877.
This commit is contained in:
M66B 2020-10-31 13:02:37 +01:00
parent f629f79f01
commit 945f7f3f08

View file

@ -1444,12 +1444,6 @@ 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();