소스 검색

dark mode

marinofaggiana 5 년 전
부모
커밋
c51e0b3103

+ 1 - 1
iOSClient/Settings/CCAdvanced.m

@@ -164,7 +164,7 @@
 
 - (void)changeTheming
 {
-    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:false];
+    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:true];
     [self initializeForm];
 }
 

+ 1 - 1
iOSClient/Settings/CCManageAccount.m

@@ -342,7 +342,7 @@
 
 - (void)changeTheming
 {
-    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:false];
+    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:true];
     [self initializeForm];
 }
 

+ 1 - 1
iOSClient/Settings/CCManageAutoUpload.m

@@ -215,7 +215,7 @@
 
 - (void)changeTheming
 {
-    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:false];
+    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:true];
     [self initializeForm];
     [self reloadForm];
 }

+ 1 - 1
iOSClient/Settings/CCSettings.m

@@ -196,7 +196,7 @@
 
 - (void)changeTheming
 {
-    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:false];
+    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:true];
     [self initializeForm];
     [self reloadForm];
 }

+ 1 - 1
iOSClient/Settings/NCManageAutoUploadFileName.swift

@@ -168,7 +168,7 @@ class NCManageAutoUploadFileName: XLFormViewController {
     }
     
     @objc func changeTheming() {
-        appDelegate.changeTheming(self, tableView: tableView, collectionView: nil, form: false)
+        appDelegate.changeTheming(self, tableView: tableView, collectionView: nil, form: true)
         initializeForm()
         self.reloadForm()
     }

+ 1 - 1
iOSClient/Settings/NCManageEndToEndEncryption.m

@@ -175,7 +175,7 @@
 
 - (void)changeTheming
 {
-    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:false];
+    [appDelegate changeTheming:self tableView:self.tableView collectionView:nil form:true];
     [self initializeForm];
 }