Explorar o código

Settings: fix issue which prevented popping the dialog on iPad

Felix Paul Kühne %!s(int64=12) %!d(string=hai) anos
pai
achega
3a1f0041a9
Modificáronse 1 ficheiros con 1 adicións e 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