Explorar el Código

Settings: fix issue which prevented popping the dialog on iPad

Felix Paul Kühne hace 12 años
padre
commit
3a1f0041a9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      AspenProject/VLCSettingsController.m

+ 1 - 2
AspenProject/VLCSettingsController.m

@@ -42,8 +42,7 @@
 
 - (void)settingsViewControllerDidEnd:(IASKAppSettingsViewController*)sender
 {
-    VLCAppDelegate* appDelegate = [UIApplication sharedApplication].delegate;
-    [appDelegate.playlistViewController.navigationController dismissModalViewControllerAnimated:YES];
+    [self.viewController.navigationController dismissModalViewControllerAnimated:YES];
 }
 
 #pragma mark - PAPasscode delegate