Remove repo dir and blob back title (#1138)

This commit is contained in:
Ryan Nystrom
2017-12-02 19:16:14 -05:00
committed by GitHub
parent 7c47cdc025
commit 9f40b07e93
2 changed files with 3 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ ListSingleSectionControllerDelegate {
override func viewDidLoad() {
super.viewDidLoad()
self.navigationItem.configure(title: file, subtitle: path)
navigationItem.configure(title: file, subtitle: path)
makeBackBarItemEmpty()
}
// MARK: Private API