ソースを参照

remove _select_only_localfile_

Marino Faggiana 8 年 前
コミット
337b594fa3

+ 1 - 4
iOSClient/PhotosCameraUpload/CCPhotosCameraUpload.m

@@ -676,10 +676,7 @@
     
     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 {
         

+ 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_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 ...";
-"_select_only_localfile_"                   = "File not downloaded yet";
 "_tutorial_photo_view_"                     = "No photos or videos loaded";
 "_create_full_upload_"                      = "Creating archive .. may take a long time, please wait";
 "_error_createsubfolders_upload_"           = "Error creating subfolders";