From a24977b23fc87774580c98f63335b09e2c232b5c Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 1 Feb 2025 19:50:06 -0800 Subject: [PATCH] Make shuttingDown private. --- iOS/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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