We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a011ed commit a586bd4Copy full SHA for a586bd4
Sushitrain/StartView.swift
@@ -534,7 +534,9 @@ struct StartView: View {
534
Task {
535
Log.info("Attempting to fix 'no devices are connected'")
536
self.appState.userSettings.userPausedDevices.removeAll()
537
- await self.appState.suspend(false)
+ #if os(iOS)
538
+ await self.appState.suspend(false)
539
+ #endif
540
Log.info("Updating device suspension")
541
await self.appState.updateDeviceSuspension()
542
showNoPeersEnabledWarning = false
0 commit comments