Bläddra i källkod

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 år sedan
förälder
incheckning
9da4e8a874
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      iOSClient/Settings/NCSettings.m

+ 2 - 2
iOSClient/Settings/NCSettings.m

@@ -118,8 +118,8 @@
         [row.cellConfig setObject:@(NSTextAlignmentLeft) forKey:@"textLabel.textAlignment"];
         [row.cellConfig setObject:UIColor.labelColor forKey:@"textLabel.textColor"];
         [row.cellConfig setObject:[[UIImage imageNamed:@"lock"] imageWithColor:NCBrandColor.shared.gray size:25] forKey:@"imageView.image"];
-        row.action.formSelector = @selector(manageE2EE:);
-        //row.action.viewControllerClass = [NCManageEndToEndEncryption class];
+        //row.action.formSelector = @selector(manageE2EE:);
+        row.action.viewControllerClass = [NCManageEndToEndEncryption class];
         [section addFormRow:row];
     }