mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 09:33:25 +01:00
Merge branch 'master' of https://github.com/brentsimmons/Evergreen
This commit is contained in:
commit
bdaab17f37
@ -354,10 +354,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
return result
|
||||
}
|
||||
|
||||
if feedUnreadCount != feed.unreadCount {
|
||||
assertionFailure("Expected feed.unreadCount \(feed.unreadCount) to equal number of fetched unread articles \(feedUnreadCount).")
|
||||
feed.unreadCount = feedUnreadCount
|
||||
}
|
||||
feed.unreadCount = feedUnreadCount
|
||||
}
|
||||
|
||||
public func fetchUnreadCountForToday(_ callback: @escaping (Int) -> Void) {
|
||||
|
Loading…
Reference in New Issue
Block a user