소스 검색

GDrive: remove unnecessary alert

Carola Nitz 11 년 전
부모
커밋
f81f4e8f35
2개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      Resources/en.lproj/Localizable.strings
  2. 0 1
      Sources/VLCGoogleDriveTableViewController.m

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;