Make iOS AppDelegate final.

This commit is contained in:
Brent Simmons 2024-09-29 21:58:39 -07:00
parent 1722b23101
commit c88dc18644

View File

@ -19,7 +19,7 @@ import libxml2
@MainActor var appDelegate: AppDelegate!
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate, UnreadCountProvider {
final class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate, UnreadCountProvider {
private var bgTaskDispatchQueue = DispatchQueue.init(label: "BGTaskScheduler")