Răsfoiți Sursa

add background color on More (brand color)

Marino Faggiana 7 ani în urmă
părinte
comite
d8347c7c85
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      iOSClient/Main/CCMore.swift

+ 2 - 0
iOSClient/Main/CCMore.swift

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