mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Prevent loop
This commit is contained in:
parent
9a9b4c8660
commit
895600194a
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
ServiceSynchronize.this,
|
||||
folder.name + " " + Log.formatThrowable(ex, false));
|
||||
db.folder().setFolderError(folder.id, Log.formatThrowable(ex));
|
||||
state.error(ex);
|
||||
//state.error(ex);
|
||||
} finally {
|
||||
if (shouldClose) {
|
||||
if (ifolder != null && ifolder.isOpen()) {
|
||||
|
|
Loading…
Reference in a new issue