Browse Source

Version 2.18.1

Marino Faggiana 7 years ago
parent
commit
e1a0fc1beb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      iOSClient/Settings/CCSettings.m

+ 3 - 1
iOSClient/Settings/CCSettings.m

@@ -106,7 +106,8 @@
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"onlylockdir" rowType:XLFormRowDescriptorTypeBooleanSwitch title:NSLocalizedString(@"_lock_protection_no_screen_", nil)];
     row = [XLFormRowDescriptor formRowDescriptorWithTag:@"onlylockdir" rowType:XLFormRowDescriptorTypeBooleanSwitch title:NSLocalizedString(@"_lock_protection_no_screen_", nil)];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
     [section addFormRow:row];
     [section addFormRow:row];
-    
+
+/*
 #ifdef DEBUG
 #ifdef DEBUG
     // Section : E2EEncryption --------------------------------------------------------------
     // Section : E2EEncryption --------------------------------------------------------------
 
 
@@ -121,6 +122,7 @@
     row.action.viewControllerClass = [NCManageEndToEndEncryption class];
     row.action.viewControllerClass = [NCManageEndToEndEncryption class];
     [section addFormRow:row];
     [section addFormRow:row];
 #endif
 #endif
+*/
     
     
     // Section Advanced -------------------------------------------------
     // Section Advanced -------------------------------------------------