Rollback code created to support background downloads that are no longer needed

This commit is contained in:
Maurice Parker
2019-04-26 14:21:17 -05:00
parent 76b922546c
commit e10bfde6d9
9 changed files with 31 additions and 64 deletions

View File

@@ -45,7 +45,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UISplitViewControllerDele
NotificationCenter.default.addObserver(self, selector: #selector(unreadCountDidChange(_:)), name: .UnreadCountDidChange, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(userDefaultsDidChange(_:)), name: UserDefaults.didChangeNotification, object: nil)
AccountManager.shared.restore()
// Reinitialize the shared state as early as possible
_ = AccountManager.shared
}