1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 23:43:07 +00:00

Simplification

This commit is contained in:
M66B 2020-02-08 11:34:35 +01:00
parent b0eb8c2496
commit afc03ba542
2 changed files with 2 additions and 3 deletions

View file

@ -389,6 +389,8 @@ class Core {
Log.e(folder.name, ex);
EntityLog.log(context, folder.name + " " + Log.formatThrowable(ex, false));
state.error(ex);
try {
db.beginTransaction();

View file

@ -1240,9 +1240,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
iservice.getStore(), ifolder,
state);
} catch (FolderNotFoundException ex) {
Log.w(folder.name, ex);
db.folder().deleteFolder(folder.id);
} catch (Throwable ex) {
Log.e(folder.name, ex);
EntityLog.log(