浏览代码

Settings: fix issue which prevented popping the dialog on iPad

Felix Paul Kühne 12 年之前
父节点
当前提交
3a1f0041a9
共有 1 个文件被更改,包括 1 次插入2 次删除
  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