瀏覽代碼

Reviewed values set to OCFile#mLastSyncDateForData

David A. Velasco 12 年之前
父節點
當前提交
db0e2d0186
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/com/owncloud/android/files/services/FileUploader.java

+ 1 - 0
src/com/owncloud/android/files/services/FileUploader.java

@@ -521,6 +521,7 @@ public class FileUploader extends Service implements OnDatatransferProgressListe
         if (localPath != null && localPath.length() > 0) {
             File localFile = new File(localPath);
             newFile.setFileLength(localFile.length());
+            newFile.setLastSyncDateForData(localFile.lastModified());
         }   // don't worry about not assigning size, the problems with localPath are checked when the UploadFileOperation instance is created
         
         // MIME type