Merge pull request #1055 from philviso/StateRestorationFix

Fixed incorrect articles being restored as part of state restoration
This commit is contained in:
Maurice Parker 2019-09-24 07:15:39 -05:00 committed by GitHub
commit 05619da3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {