瀏覽代碼

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;
     if (error != nil) {
-        [self showAlert:NSLocalizedString(@"GDRIVE_AUTHENTICATION_ERROR",nil) message:error.localizedDescription];
         _googleDriveController.driveService.authorizer = nil;
     } else {
         _googleDriveController.driveService.authorizer = authResult;