mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Post children-did-change notification after adding a feed.
This commit is contained in:
@@ -220,6 +220,8 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
else {
|
||||
if !topLevelObjectsContainsFeed(uniquedFeed) {
|
||||
children += [uniquedFeed]
|
||||
dirty = true
|
||||
postChildrenDidChangeNotification()
|
||||
}
|
||||
didAddFeed = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user