mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove most uses of AppDelegate.appDelegate on iOS.
This commit is contained in:
@@ -116,7 +116,7 @@ final class RootSplitViewController: UISplitViewController {
|
||||
}
|
||||
|
||||
@objc func refresh(_ sender: Any?) {
|
||||
appDelegate.manualRefresh(errorHandler: ErrorHandler.present(self))
|
||||
ManualRefreshNotification.post(errorHandler: ErrorHandler.present(self), sender: self)
|
||||
}
|
||||
|
||||
@objc func goToToday(_ sender: Any?) {
|
||||
|
||||
Reference in New Issue
Block a user