marinofaggiana 6 роки тому
батько
коміт
880ce5319a
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      iOSClient/Settings/HCEditProfile.swift

+ 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()
     }