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…
Reference in New Issue