Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 0ec0766

Browse files
Huddiernystrom
authored andcommitted
switch processing off when pull request comment sent (#2477)
1 parent f28b119 commit 0ec0766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/PullRequestReviews/PullRequestReviewCommentsViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ final class PullRequestReviewCommentsViewController: MessageViewController,
215215
number: model.number,
216216
width: insetWidth
217217
) { [weak self] result in
218+
actionsView.isProcessing = false
218219
switch result {
219220
case .error: break
220221
case .success(let comment): self?.insertComment(model: comment, reply: reply)

0 commit comments

Comments
 (0)