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