瀏覽代碼

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;