ソースを参照

GDrive: remove unnecessary alert

Carola Nitz 11 年 前
コミット
f81f4e8f35

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;