Browse Source

disable exifdate

Marino Faggiana 8 năm trước cách đây
mục cha
commit
d1559531a6
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      iOSClient/Main/CCSection.m

+ 3 - 1
iOSClient/Main/CCSection.m

@@ -83,12 +83,14 @@
             metadata = (tableMetadata *)record;
         
         // if exists replace date with exif date
+        /*
         if (replaceDateToExifDate) {
             TableLocalFile *localFile = [CCCoreData getLocalFileWithFileID:metadata.fileID activeAccount:activeAccount];
             if (localFile.exifDate)
                 metadata.date = localFile.exifDate;
         }
-
+        */
+        
         if ([listProgressMetadata objectForKey:metadata.fileID] && [groupByField isEqualToString:@"session"]) {
             [copyRecords insertObject:metadata atIndex:0];
         } else {