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

Commit e9b6ac5

Browse files
authored
wire up preview action from new-issue (#2469)
1 parent 9800c02 commit e9b6ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Utility/AlertAction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct AlertAction {
8383
return UIAlertAction(title: Constants.Strings.newIssue, style: .default) { _ in
8484
let nav = UINavigationController(rootViewController: issueController)
8585
nav.modalPresentationStyle = .formSheet
86-
self.rootViewController?.present(nav, animated: trueUnlessReduceMotionEnabled)
86+
self.rootViewController?.route_present(to: nav)
8787
}
8888
}
8989

0 commit comments

Comments
 (0)