marinofaggiana 4 роки тому
батько
коміт
a4acc868d1
1 змінених файлів з 2 додано та 0 видалено
  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()
     }