Explorar el Código

Passcode: ask for passcode after restarting of application

Gleb Pinigin hace 12 años
padre
commit
e198305c10
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;