Post children-did-change notification after adding a feed.

This commit is contained in:
Brent Simmons 2017-10-21 16:06:25 -07:00
parent 71e8a9131d
commit da1b7a6c7b
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,8 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
else {
if !topLevelObjectsContainsFeed(uniquedFeed) {
children += [uniquedFeed]
dirty = true
postChildrenDidChangeNotification()
}
didAddFeed = true
}