Forráskód Böngészése

Passcode: ask for passcode after restarting of application

Gleb Pinigin 12 éve
szülő
commit
e198305c10
1 módosított fájl, 2 hozzáadás és 1 törlés
  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;