mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 01:39:47 +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 {
|
else {
|
||||||
if !topLevelObjectsContainsFeed(uniquedFeed) {
|
if !topLevelObjectsContainsFeed(uniquedFeed) {
|
||||||
children += [uniquedFeed]
|
children += [uniquedFeed]
|
||||||
|
dirty = true
|
||||||
|
postChildrenDidChangeNotification()
|
||||||
}
|
}
|
||||||
didAddFeed = true
|
didAddFeed = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user