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:
parent
f629f79f01
commit
945f7f3f08
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue