mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixed incorrect articles being restored as part of state restoration
This commit is contained in:
@@ -119,8 +119,8 @@ class ActivityManager {
|
||||
}
|
||||
|
||||
func invalidateReading() {
|
||||
nextUnreadActivity?.invalidate()
|
||||
nextUnreadActivity = nil
|
||||
readingActivity?.invalidate()
|
||||
readingActivity = nil
|
||||
}
|
||||
|
||||
static func cleanUp(_ account: Account) {
|
||||
|
||||
Reference in New Issue
Block a user