We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec69b12 commit f15a747Copy full SHA for f15a747
1 file changed
Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift
@@ -295,11 +295,7 @@ public struct WidgetFeature: ReducerProtocol {
295
}.cancellable(id: CancelID.observeUserDefaults, cancelInFlight: true)
296
297
case .updateActiveApplication:
298
- return .run { send in
299
- if let app = await xcodeInspector.safe.activeApplication, app.isXcode {
300
- await send(.panel(.switchToAnotherEditorAndUpdateContent))
301
- }
302
+ return .none
303
304
case .updateColorScheme:
305
let widgetColorScheme = UserDefaults.shared.value(for: \.widgetColorScheme)
0 commit comments