Browse Source

Passcode: ask for passcode after restarting of application

Gleb Pinigin 12 years ago
parent
commit
e198305c10
1 changed files with 2 additions and 1 deletions
  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;