1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Prevent crash

This commit is contained in:
M66B 2020-09-22 18:09:20 +02:00
parent 34fcb1db7b
commit 2ed0472912

View file

@ -1377,7 +1377,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
db.folder().setFolderState(folder.id, "closing");
try {
ifolder.close(false);
} catch (MessagingException ex) {
} catch (Throwable ex) {
Log.w(folder.name, ex);
}
}