浏览代码

remove _select_only_localfile_

Marino Faggiana 8 年之前
父节点
当前提交
337b594fa3
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 1 4
      iOSClient/PhotosCameraUpload/CCPhotosCameraUpload.m
  2. 0 1
      iOSClient/en.lproj/Localizable.strings

+ 1 - 4
iOSClient/PhotosCameraUpload/CCPhotosCameraUpload.m

@@ -676,10 +676,7 @@
     
     
     if (_cellEditing) {
     if (_cellEditing) {
         
         
-        if ([CCCoreData getLocalFileWithFileID:fileID activeAccount:app.activeAccount])
-            [self cellSelect:YES indexPath:indexPath metadata:_metadata];
-        else
-            [app messageNotification:@"_info_" description:@"_select_only_localfile_" visible:YES delay:k_dismissAfterSecond type:TWMessageBarMessageTypeInfo];
+        [self cellSelect:YES indexPath:indexPath metadata:_metadata];
         
         
     } else {
     } else {
         
         

+ 0 - 1
iOSClient/en.lproj/Localizable.strings

@@ -236,7 +236,6 @@
 "_access_photo_location_not_enabled_"       = "Access to Photos and Location not enabled";
 "_access_photo_location_not_enabled_"       = "Access to Photos and Location not enabled";
 "_access_photo_location_not_enabled_msg_"   = "Please go to Setting and turn on Photo Access and Location Services to allow automatic camera photo/video uploads.";
 "_access_photo_location_not_enabled_msg_"   = "Please go to Setting and turn on Photo Access and Location Services to allow automatic camera photo/video uploads.";
 "_processing_send_camera_upload_"           = "Uploading camera photo ...";
 "_processing_send_camera_upload_"           = "Uploading camera photo ...";
-"_select_only_localfile_"                   = "File not downloaded yet";
 "_tutorial_photo_view_"                     = "No photos or videos loaded";
 "_tutorial_photo_view_"                     = "No photos or videos loaded";
 "_create_full_upload_"                      = "Creating archive .. may take a long time, please wait";
 "_create_full_upload_"                      = "Creating archive .. may take a long time, please wait";
 "_error_createsubfolders_upload_"           = "Error creating subfolders";
 "_error_createsubfolders_upload_"           = "Error creating subfolders";