marinofaggiana 4 years ago
parent
commit
a4acc868d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/Main/NCMainNavigationController.swift

+ 2 - 0
iOSClient/Main/NCMainNavigationController.swift

@@ -55,11 +55,13 @@ class NCMainNavigationController: UINavigationController {
             navigationBar.standardAppearance = navBarAppearance
             
         } else {
+            
             navigationBar.barStyle = .default
             navigationBar.barTintColor = NCBrandColor.sharedInstance.backgroundView
             navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor:NCBrandColor.sharedInstance.textView]
             navigationBar.largeTitleTextAttributes = [NSAttributedString.Key.foregroundColor:NCBrandColor.sharedInstance.textView]
         }
+        
         navigationBar.tintColor = NCBrandColor.sharedInstance.brandElement
         navigationBar.setNeedsLayout()
     }