diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index ce3eb5e17..19beca4fc 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -26,7 +26,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationC var syncTimer: ArticleStatusSyncTimer? - var shuttingDown = false { + private var shuttingDown = false { didSet { if shuttingDown { syncTimer?.shuttingDown = shuttingDown