We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd33799 commit c8748ccCopy full SHA for c8748cc
Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift
@@ -549,10 +549,6 @@ public struct WidgetFeature: ReducerProtocol {
549
suggestionWidgetControllerDependency.onOpenChatClicked()
550
return .none
551
552
- case let .runCustomCommandButtonClicked(command):
553
- suggestionWidgetControllerDependency.onCustomCommandClicked(command)
554
- return .none
555
-
556
default:
557
558
}
0 commit comments