mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-12 01:33:51 +01:00
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) {
|
@objc func unreadCountDidChange(_ note: Notification) {
|
||||||
if note.object is Account {
|
if note.object is AppDelegate {
|
||||||
queueFetchUnreadCounts()
|
queueFetchUnreadCounts()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user