Fix bug where smart feeds weren't being updated on account activation/deactivation.
This commit is contained in:
parent
d6ae740305
commit
a5a066dd49
|
@ -45,7 +45,7 @@ final class SmartFeed: PseudoFeed {
|
|||
}
|
||||
|
||||
@objc func unreadCountDidChange(_ note: Notification) {
|
||||
if note.object is Account {
|
||||
if note.object is AppDelegate {
|
||||
queueFetchUnreadCounts()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue