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

+ 2 - 0
iOSClient/Main/NCMainNavigationController.swift

@@ -29,6 +29,8 @@ class NCMainNavigationController: UINavigationController {
         super.init(coder: coder)
         
         NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: k_notificationCenter_changeTheming), object: nil)
+        
+        changeTheming()
     }
     
     @objc func changeTheming() {