Преглед на файлове

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