소스 검색

open network stream: don't switch menu prior to opening streams

Felix Paul Kühne 11 년 전
부모
커밋
55c2cdfa04
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Sources/VLCOpenNetworkStreamViewController.m

+ 1 - 3
Sources/VLCOpenNetworkStreamViewController.m

@@ -178,9 +178,7 @@
 #pragma mark - internals
 - (void)_openURLStringAndDismiss:(NSString *)url
 {
-    VLCAppDelegate* appDelegate = [UIApplication sharedApplication].delegate;
-    [appDelegate.menuViewController selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:NO scrollPosition:UITableViewScrollPositionNone];
-    [appDelegate openMovieFromURL:[NSURL URLWithString:url]];
+    [(VLCAppDelegate*)[UIApplication sharedApplication].delegate openMovieFromURL:[NSURL URLWithString:url]];
 }
 
 #pragma mark - text view delegate