marinofaggiana 4 years ago
parent
commit
829a2e4bcc
1 changed files with 3 additions and 1 deletions
  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()
     }