浏览代码

GDrive: remove unnecessary alert

Carola Nitz 11 年之前
父节点
当前提交
f81f4e8f35
共有 2 个文件被更改,包括 0 次插入1 次删除
  1. 二进制
      Resources/en.lproj/Localizable.strings
  2. 0 1
      Sources/VLCGoogleDriveTableViewController.m

二进制
Resources/en.lproj/Localizable.strings


+ 0 - 1
Sources/VLCGoogleDriveTableViewController.m

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