properly present VC from reference events (#1363)

This commit is contained in:
Ryan Nystrom
2018-01-05 22:29:49 -05:00
committed by GitHub
parent 732bd00608
commit 6b7c9f1bfa
2 changed files with 2 additions and 2 deletions

View File

@@ -401,7 +401,7 @@ IssueCommentDoubleTapDelegate {
react(cell: cell, content: reaction, isAdd: false)
}
// MARK: AttributedStringViewIssueDelegate
// MARK: AttributedStringViewExtrasDelegate
func didTapIssue(view: AttributedStringView, issue: IssueDetailsModel) {
let controller = IssuesViewController(client: client, model: issue)

View File

@@ -44,7 +44,7 @@ final class IssueReferencedSectionController: ListGenericSectionController<Issue
client: client,
model: model
)
viewController?.showDetailViewController(controller, sender: nil)
viewController?.show(controller, sender: nil)
}
}