Simplification

This commit is contained in:
M66B 2021-02-01 15:58:57 +01:00
parent 581522cfd3
commit 21ab4b065d
1 changed files with 0 additions and 1 deletions

View File

@ -6018,7 +6018,6 @@ public class FragmentCompose extends FragmentBase {
if (folder == null)
continue;
if (EntityFolder.INBOX.equals(folder.type) ||
EntityFolder.SYSTEM.equals(folder.type) ||
EntityFolder.USER.equals(folder.type)) {
canArchive = true;
break;