Remove unused delegates.

This commit is contained in:
Brent Simmons
2024-10-14 23:01:24 -07:00
parent dcc19c1be0
commit b8218c0b87
6 changed files with 9 additions and 35 deletions

View File

@@ -79,7 +79,6 @@ final class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationC
registerBackgroundTasks()
CacheCleaner.purgeIfNecessary()
initializeDownloaders()
initializeHomeScreenQuickActions()
Task { @MainActor in
@@ -128,10 +127,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationC
SingleLineUILabelSizer.emptyCache()
IconImageCache.shared.emptyCache()
AccountManager.shared.emptyCaches()
Task.detached {
await DownloadWithCacheManager.shared.cleanupCache()
}
DownloadWithCacheManager.shared.cleanupCache()
}
// MARK: Notifications