Make shuttingDown private.

This commit is contained in:
Brent Simmons
2025-02-01 19:50:06 -08:00
parent 8db1c7d447
commit a24977b23f

View File

@@ -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