mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Silence IDLE exceptions
This commit is contained in:
@@ -1167,9 +1167,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
((IMAPFolder) ifolder).idle(false);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(folder.name, ex);
|
||||
reportError(account, folder, ex);
|
||||
db.folder().setFolderError(folder.id, Helper.formatThrowable(ex));
|
||||
Log.w(folder.name, ex);
|
||||
state.error();
|
||||
} finally {
|
||||
Log.i(folder.name + " end idle");
|
||||
|
||||
Reference in New Issue
Block a user