소스 검색

Passcode: ask for passcode after restarting of application

Gleb Pinigin 12 년 전
부모
커밋
e198305c10
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      AspenProject/VLCAppDelegate.m

+ 2 - 1
AspenProject/VLCAppDelegate.m

@@ -52,9 +52,10 @@
     navBar.barStyle = UIBarStyleBlack;
 
     self.window.rootViewController = self.navigationController;
-
     [self.window makeKeyAndVisible];
 
+    [self validatePasscode];
+    
     _dropboxTableViewController = [[VLCDropboxTableViewController alloc] initWithNibName:@"VLCDropboxTableViewController" bundle:nil];
 
     return YES;