Prevent crash

This commit is contained in:
M66B 2020-09-22 18:09:20 +02:00
parent 34fcb1db7b
commit 2ed0472912
1 changed files with 1 additions and 1 deletions

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);
}
}