marinofaggiana 4 年之前
父节点
当前提交
829a2e4bcc
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

+ 3 - 1
iOSClient/Main/Create cloud/NCCreateFormUploadScanDocument.swift

@@ -92,7 +92,9 @@ class NCCreateFormUploadScanDocument: XLFormViewController, NCSelectDelegate, NC
     }
     
     @objc func changeTheming() {
-        appDelegate.changeTheming(self, tableView: tableView, collectionView: nil, form: true)
+        view.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
+        tableView.backgroundColor = NCBrandColor.sharedInstance.backgroundForm
+        tableView.reloadData()
         initializeForm()
     }