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