Fixed incorrect articles being restored as part of state restoration

This commit is contained in:
Phil Viso 2019-09-24 07:01:22 -05:00
parent 4e239a44e1
commit 6a6d2b8a27
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ class ActivityManager {
}
func invalidateReading() {
nextUnreadActivity?.invalidate()
nextUnreadActivity = nil
readingActivity?.invalidate()
readingActivity = nil
}
static func cleanUp(_ account: Account) {