Skip to content

Commit c8748cc

Browse files
committed
Fix that custom command send message is run twice
1 parent bd33799 commit c8748cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,6 @@ public struct WidgetFeature: ReducerProtocol {
549549
suggestionWidgetControllerDependency.onOpenChatClicked()
550550
return .none
551551

552-
case let .runCustomCommandButtonClicked(command):
553-
suggestionWidgetControllerDependency.onCustomCommandClicked(command)
554-
return .none
555-
556552
default:
557553
return .none
558554
}

0 commit comments

Comments
 (0)