Explorar o código

GDrive: remove unnecessary alert

Carola Nitz %!s(int64=11) %!d(string=hai) anos
pai
achega
f81f4e8f35

BIN=BIN
Resources/en.lproj/Localizable.strings


+ 0 - 1
Sources/VLCGoogleDriveTableViewController.m

@@ -125,7 +125,6 @@
 {
     _authorizationInProgress = NO;
     if (error != nil) {
-        [self showAlert:NSLocalizedString(@"GDRIVE_AUTHENTICATION_ERROR",nil) message:error.localizedDescription];
         _googleDriveController.driveService.authorizer = nil;
     } else {
         _googleDriveController.driveService.authorizer = authResult;