mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Prevent crash
This commit is contained in:
parent
34fcb1db7b
commit
2ed0472912
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue