marinofaggiana 4 years ago
parent
commit
c99e817fee
1 changed files with 5 additions and 0 deletions
  1. 5 0
      iOSClient/Settings/NCSettings.m

+ 5 - 0
iOSClient/Settings/NCSettings.m

@@ -171,6 +171,11 @@
     };
     [section addFormRow:row];
     
+    if (!NCBrandOptions.shared.disable_crash_service) {
+        
+        
+    }
+    
     self.tableView.showsVerticalScrollIndicator = NO;
     self.tableView.contentInset = UIEdgeInsetsMake(0, 0, 35, 0);
     self.form = form;