mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-06 17:49:57 +08:00
Fix repo blob loading bug (#1136)
This commit is contained in:
@@ -140,7 +140,13 @@ ListSingleSectionControllerDelegate {
|
||||
isRoot: false
|
||||
)
|
||||
} else {
|
||||
controller = RepositoryCodeBlobViewController(client: client, repo: repo, branch: branch, path: fullPath)
|
||||
controller = RepositoryCodeBlobViewController(
|
||||
client: client,
|
||||
repo: repo,
|
||||
branch: branch,
|
||||
path: fullPath,
|
||||
filename: file.name
|
||||
)
|
||||
}
|
||||
navigationController?.pushViewController(controller, animated: true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user