mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-28 06:36:05 +08:00
properly present VC from reference events (#1363)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -44,7 +44,7 @@ final class IssueReferencedSectionController: ListGenericSectionController<Issue
|
||||
client: client,
|
||||
model: model
|
||||
)
|
||||
viewController?.showDetailViewController(controller, sender: nil)
|
||||
viewController?.show(controller, sender: nil)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user