Browse Source

add background color on More (brand color)

Marino Faggiana 7 năm trước cách đây
mục cha
commit
d8347c7c85
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {