mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Fixed auto create system folders
This commit is contained in:
parent
93dd9f2666
commit
d40802743a
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ public class FragmentQuickSetup extends FragmentBase {
|
|||
boolean other = false;
|
||||
for (EntityFolder folder : folders)
|
||||
switch (folder.type) {
|
||||
case EntityFolder.INBOX:
|
||||
break;
|
||||
case EntityFolder.DRAFTS:
|
||||
drafts = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue