marinofaggiana 4 år sedan
förälder
incheckning
a4acc868d1
1 ändrade filer med 2 tillägg och 0 borttagningar
  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()
     }