Refactoring

This commit is contained in:
M66B
2018-12-22 15:46:54 +00:00
parent c293968b5a
commit b11a23af56
2 changed files with 5 additions and 3 deletions

View File

@@ -1952,8 +1952,6 @@ public class ServiceSynchronize extends LifecycleService {
if (selectable) {
int level = EntityFolder.getLevel(separator, fullName);
if (fullName.startsWith("INBOX" + separator))
level--;
EntityFolder folder = db.folder().getFolderByName(account.id, fullName);
if (folder == null) {