mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Handle folder not found for offline operations
This commit is contained in:
@@ -1076,6 +1076,9 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
iservice.getStore(), ifolder,
|
||||
state);
|
||||
|
||||
} catch (FolderNotFoundException ex) {
|
||||
Log.w(ex);
|
||||
db.folder().deleteFolder(folder.id);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(folder.name, ex);
|
||||
EntityLog.log(
|
||||
|
||||
Reference in New Issue
Block a user