Marino Faggiana 7 жил өмнө
parent
commit
f22a8bf73a

+ 2 - 1
iOSClient/Share/CCShareInfoCMOC.m

@@ -50,7 +50,6 @@
     self = [super initWithCoder:coder];
     if (self) {
                 
-        [self initializeForm];
     }
     return self;
 }
@@ -152,6 +151,8 @@
     self.endButton.tintColor = [NCBrandColor sharedInstance].brand;
     
     self.tableView.backgroundColor = [NCBrandColor sharedInstance].tableBackground;
+    
+    [self initializeForm];
 }
 
 #pragma --------------------------------------------------------------------------------------------