Skip to content

Commit 5a481e5

Browse files
committed
Move real-time suggestion trigger animation to presenter
1 parent c8af34f commit 5a481e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Core/Sources/Service/SuggestionCommandHandler/CommentBaseCommandHandler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ struct CommentBaseCommandHandler: SuggestionCommandHanlder {
173173
// If there is a suggestion available, call another command to present it.
174174
guard !suggestions.isEmpty else { return nil }
175175
try await Environment.triggerAction("Real-time Suggestions")
176+
GraphicalUserInterfaceController.shared.realtimeSuggestionIndicatorController
177+
.triggerPrefetchAnimation()
176178

177179
return nil
178180
}

0 commit comments

Comments
 (0)