Browse Source

Bugfix view Share Info

Marino Faggiana 7 years ago
parent
commit
f22a8bf73a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      iOSClient/Share/CCShareInfoCMOC.m

+ 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 --------------------------------------------------------------------------------------------