mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rollback code created to support background downloads that are no longer needed
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user