mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Simplify Container and its function implementations.
This commit is contained in:
@@ -29,12 +29,11 @@ private extension FolderTreeControllerDelegate {
|
||||
|
||||
var folderNodes = [Node]()
|
||||
|
||||
let _ = AccountManager.shared.localAccount.visitChildren { (oneRepresentedObject) in
|
||||
for oneRepresentedObject in AccountManager.shared.localAccount.children {
|
||||
|
||||
if let folder = oneRepresentedObject as? Folder {
|
||||
folderNodes += [createNode(folder, parent: node)]
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
return Node.nodesSortedAlphabetically(folderNodes)
|
||||
|
||||
Reference in New Issue
Block a user