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

Commit 9800c02

Browse files
authored
attach router when pushing from markdown attribute (#2468)
1 parent 5f738ae commit 9800c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Issues/Comments/IssueCommentSectionController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ final class IssueCommentSectionController: ListBindingSectionController<IssueCom
239239
}
240240
switch attribute {
241241
case .issue(let issue):
242-
viewController?.show(IssuesViewController(client: client, model: issue), sender: nil)
242+
viewController?.route_push(to: IssuesViewController(client: client, model: issue))
243243
case .checkbox(let checkbox):
244244
didTapCheckbox(checkbox: checkbox)
245245
default: break

0 commit comments

Comments
 (0)