marinofaggiana %!s(int64=6) %!d(string=hai) anos
pai
achega
156926b1d6

+ 1 - 1
iOSClient/Networking/NCService.swift

@@ -48,7 +48,7 @@ class NCService: NSObject {
         self.requestListTrash()
         
         // Thirt Part
-        if NCBrandOptions.sharedInstance.brandInitials == "hc" {
+        if NCBrandOptions.sharedInstance.brandInitials.contains("hc") {
             self.requestHC()
         }
     }

+ 1 - 1
iOSClient/Settings/CCManageAccount.m

@@ -188,7 +188,7 @@
     
     // Section : THIRT PART -------------------------------------------
 
-    if ([NCBrandOptions.sharedInstance.brandInitials isEqualToString:@"hc"]) {
+    if ([NCBrandOptions.sharedInstance.brandInitials containsString:@"hc"]) {
     
         section = [XLFormSectionDescriptor formSection];
         [form addFormSection:section];