ソースを参照

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