Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
671de14446
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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);