Remove most uses of AppDelegate.appDelegate on iOS.

This commit is contained in:
Brent Simmons
2025-02-01 13:28:49 -08:00
parent 2fed6d3cb3
commit 900cbabe71
10 changed files with 65 additions and 24 deletions

View File

@@ -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?) {