Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Classes/Issues/Comments/IssueCommentSectionController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ final class IssueCommentSectionController: ListBindingSectionController<IssueCom
generator.impactOccurred()
client.react(subjectID: object.id, content: content, isAdd: isAdd) { [weak self] result in
switch result {
case .success:
case .success: break
case .error(let error):
self?.reactionMutation = previousReaction
self?.update(animated: trueUnlessReduceMotionEnabled)
case .error(let error):
Squawk.show(error: error)
}
}
Expand Down