Handle folder closed

This commit is contained in:
M66B 2018-09-06 09:40:21 +00:00
parent 6e66ddcd53
commit 6a026b772a
1 changed files with 2 additions and 0 deletions

View File

@ -1286,6 +1286,8 @@ public class ServiceSynchronize extends LifecycleService {
unchanged++;
} catch (MessageRemovedException ex) {
Log.w(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));
} catch (FolderClosedException ex) {
throw ex;
} catch (Throwable ex) {
Log.e(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));
}