marinofaggiana 6 years ago
parent
commit
156926b1d6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      iOSClient/Networking/NCService.swift
  2. 1 1
      iOSClient/Settings/CCManageAccount.m

+ 1 - 1
iOSClient/Networking/NCService.swift

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

+ 1 - 1
iOSClient/Settings/CCManageAccount.m

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