mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 17:24:04 +01:00
Fixed incorrect articles being restored as part of state restoration
This commit is contained in:
parent
4e239a44e1
commit
6a6d2b8a27
@ -119,8 +119,8 @@ class ActivityManager {
|
||||
}
|
||||
|
||||
func invalidateReading() {
|
||||
nextUnreadActivity?.invalidate()
|
||||
nextUnreadActivity = nil
|
||||
readingActivity?.invalidate()
|
||||
readingActivity = nil
|
||||
}
|
||||
|
||||
static func cleanUp(_ account: Account) {
|
||||
|
Loading…
Reference in New Issue
Block a user