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

Commit

Permalink
switch processing off when pull request comment sent (#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huddie authored and rnystrom committed Nov 23, 2018
1 parent f28b119 commit 0ec0766
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ final class PullRequestReviewCommentsViewController: MessageViewController,
number: model.number,
width: insetWidth
) { [weak self] result in
actionsView.isProcessing = false
switch result {
case .error: break
case .success(let comment): self?.insertComment(model: comment, reply: reply)
Expand Down

0 comments on commit 0ec0766

Please sign in to comment.