diff --git a/IceCubesApp/App/IceCubesApp.swift b/IceCubesApp/App/IceCubesApp.swift index 7c7c8bf6..0e2d1b75 100644 --- a/IceCubesApp/App/IceCubesApp.swift +++ b/IceCubesApp/App/IceCubesApp.swift @@ -171,9 +171,7 @@ struct IceCubesApp: App { private func handleScenePhase(scenePhase: ScenePhase) { switch scenePhase { case .background: - if !ProcessInfo.processInfo.isiOSAppOnMac { - watcher.stopWatching() - } + watcher.stopWatching() case .active: watcher.watch(streams: [.user, .direct]) UIApplication.shared.applicationIconBadgeNumber = 0