mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 11:03:41 +02:00
All child folders
This commit is contained in:
@@ -110,9 +110,8 @@ public class FragmentDialogSync extends FragmentDialogBase {
|
||||
folders.add(folder);
|
||||
|
||||
if (children) {
|
||||
List<EntityFolder> sub = db.folder().getChildFolders(folder.id);
|
||||
if (sub != null)
|
||||
folders.addAll(sub);
|
||||
List<EntityFolder> sub = EntityFolder.getChildFolders(context, folder.id);
|
||||
folders.addAll(sub);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user