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