mirror of https://github.com/M66B/FairEmail.git
Handle folder not found for offline operations
This commit is contained in:
parent
b7dcc7d1b2
commit
c01293a53c
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue