marinofaggiana 4 yıl önce
ebeveyn
işleme
2be8444b0d

+ 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() {