Fixing File changes has content under nav bar #1513 (#1517)

This commit is contained in:
Luciano Almeida
2018-02-16 01:29:23 -02:00
committed by Ryan Nystrom
parent 11d1d78aad
commit 3848a44523

View File

@@ -34,7 +34,7 @@ final class IssuePatchContentViewController: UIViewController {
override func viewWillLayoutSubviews() {
super.viewWillLayoutSubviews()
codeView.frame = view.bounds
codeView.frame = view.safeAreaLayoutGuide.layoutFrame
}
}