mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-12 08:15:58 +08:00
Convert repo code browsing to base VC and IGLK (#1097)
This commit is contained in:
@@ -46,7 +46,7 @@ NewIssueTableViewControllerDelegate {
|
||||
}
|
||||
controllers += [
|
||||
RepositoryIssuesViewController(client: client, repo: repo, type: .pullRequests),
|
||||
RepositoryCodeDirectoryViewController(client: client, repo: repo, branch: repo.defaultBranch, path: "", isRoot: true)
|
||||
RepositoryCodeDirectoryViewController.createRoot(client: client, repo: repo, branch: repo.defaultBranch)
|
||||
]
|
||||
self.controllers = controllers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user