Преглед изворни кода

App Delegate: push passcode validation vc before leaving the active state so we don't leak the library contents to the multitasking view

Felix Paul Kühne пре 11 година
родитељ
комит
46f16c6738
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Sources/VLCAppDelegate.m

+ 1 - 0
Sources/VLCAppDelegate.m

@@ -156,6 +156,7 @@
 - (void)applicationWillResignActive:(UIApplication *)application
 {
     self.passcodeValidated = NO;
+    [self validatePasscode];
     [[MLMediaLibrary sharedMediaLibrary] applicationWillExit];
 }