Skip to content

Commit

Permalink
Fix an issue with clear navigation bar background in revision browser
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 3, 2025
1 parent cb3816d commit eab7835
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ class RevisionsNavigationController: UINavigationController {
}
}

override func viewDidLoad() {
super.viewDidLoad()

navigationBar.setBackgroundImage(UIImage(color: UIAppColor.neutral(.shade70)), for: .default)
navigationBar.shadowImage = UIImage(color: UIAppColor.neutral(.shade60))
}

private func setupForBrowserState() {
guard let revisionView = viewControllers.first as? RevisionDiffsBrowserViewController else {
return
Expand Down

0 comments on commit eab7835

Please sign in to comment.