@@ -48,7 +48,7 @@ class NCService: NSObject {
self.requestListTrash()
// Thirt Part
- if NCBrandOptions.sharedInstance.brandInitials == "hc" {
+ if NCBrandOptions.sharedInstance.brandInitials.contains("hc") {
self.requestHC()
}
@@ -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];