소스 검색

VLCServerListViewController: Don't dismiss loginVC after connect

Fix the vlc dialog login having zero effect when the server ask the
credential just after the loginVC.

Additionally, it avoids a glitch when connecting (going back and forth).
Soomin Lee 5 년 전
부모
커밋
8a35d5562b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Sources/LocalNetworkConnectivity/VLCServerListViewController.m

+ 0 - 2
Sources/LocalNetworkConnectivity/VLCServerListViewController.m

@@ -399,8 +399,6 @@
         APLog(@"Unsupported URL Scheme requested %@", identifier);
     }
 
-    [self _dismissLogin];
-
     if (serverBrowser) {
         VLCNetworkServerBrowserViewController *targetViewController = [[VLCNetworkServerBrowserViewController alloc] initWithServerBrowser:serverBrowser];
         [self.navigationController pushViewController:targetViewController animated:YES];