Bläddra i källkod

fix background More

Marino Faggiana 7 år sedan
förälder
incheckning
104c9cf70b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      iOSClient/Main/CCMore.swift

+ 1 - 1
iOSClient/Main/CCMore.swift

@@ -174,7 +174,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
     
     @objc func changeTheming() {
         
-        themingBackground.backgroundColor = NCBrandColor.sharedInstance.brand
+        self.view.backgroundColor = NCBrandColor.sharedInstance.brand
         
         if let theminBackgroundFile = UIImage.init(contentsOfFile: "\(appDelegate.directoryUser!)/themingBackground.png") {
             themingBackground.image = theminBackgroundFile