浏览代码

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);