浏览代码

add background color on More (brand color)

Marino Faggiana 7 年之前
父节点
当前提交
d8347c7c85
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 {