marinofaggiana 6 жил өмнө
parent
commit
880ce5319a

+ 2 - 0
iOSClient/Settings/HCEditProfile.swift

@@ -201,6 +201,8 @@ class HCEditProfile: XLFormViewController {
         self.navigationItem.leftBarButtonItem = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: UIBarButtonItem.Style.plain, target: self, action: #selector(cancel))
        
         self.tableView.separatorStyle = UITableViewCell.SeparatorStyle.none
+        self.tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundView
+        self.tableView.showsVerticalScrollIndicator = false
     
         initializeForm()
     }