File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,9 @@ import BackgroundTasks
145145 }
146146
147147 // Start background sync on long and short sync task (if enabled) and continued task
148- if appState. userSettings. longBackgroundSyncEnabled || appState. userSettings. shortBackgroundSyncEnabled || task. identifier == Self . continuedBackgroundSyncID {
148+ if appState. userSettings. longBackgroundSyncEnabled || appState. userSettings. shortBackgroundSyncEnabled
149+ || task. identifier == Self . continuedBackgroundSyncID
150+ {
149151 Log . info (
150152 " Start background sync, time remaining = \( UIApplication . shared. backgroundTimeRemaining) "
151153 )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ private struct ContentView: View {
4242 @Environment ( AppState . self) private var appState
4343 @Environment ( \. scenePhase) var scenePhase
4444 @Environment ( \. horizontalSizeClass) private var horizontalSizeClass
45-
45+
4646 @State private var showCustomConfigWarning = false
4747 @State var route : Route ? = . start
4848 @State private var columnVisibility = NavigationSplitViewVisibility . doubleColumn
You can’t perform that action at this time.
0 commit comments