marinofaggiana 6 년 전
부모
커밋
ea44204839
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      iOSClient/Settings/CCManageAccount.m

+ 2 - 2
iOSClient/Settings/CCManageAccount.m

@@ -48,8 +48,6 @@
         
         appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
         
-        [self initializeForm];
-        
         [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(changeTheming) name:@"changeTheming" object:nil];
     }
     
@@ -213,6 +211,8 @@
     [appDelegate aspectNavigationControllerBar:self.navigationController.navigationBar online:[appDelegate.reachability isReachable] hidden:NO];
     [appDelegate aspectTabBar:self.tabBarController.tabBar hidden:NO];
     
+    [self initializeForm];
+
     [self UpdateForm];
 }