소스 검색

App Delegate: remove unused Box SDK call, which was leading to exceptions if openURL was called with a non-Box API URL

Felix Paul Kühne 10 년 전
부모
커밋
671de14446
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Sources/VLCAppDelegate.m

+ 0 - 2
Sources/VLCAppDelegate.m

@@ -124,8 +124,6 @@
         return YES;
     }
 
-    [[BoxSDK sharedSDK].OAuth2Session performAuthorizationCodeGrantWithReceivedURL:url];
-
     if (_playlistViewController && url != nil) {
         APLog(@"%@ requested %@ to be opened", sourceApplication, url);