Эх сурвалжийг харах

Merge remote-tracking branch 'origin/sync_review_2'

David A. Velasco 12 жил өмнө
parent
commit
f74e7ab11a

+ 1 - 0
src/com/owncloud/android/operations/SynchronizeFolderOperation.java

@@ -164,6 +164,7 @@ public class SynchronizeFolderOperation extends RemoteOperation {
                     if (oldFile != null) {
                         file.setKeepInSync(oldFile.keepInSync());
                         file.setLastSyncDateForData(oldFile.getLastSyncDateForData());
+                        file.setModificationTimestampAtLastSyncForData(oldFile.getModificationTimestampAtLastSyncForData());    // not local, but must be kept unchanged when the file contents are not updated
                         checkAndFixForeignStoragePath(oldFile);
                         file.setStoragePath(oldFile.getStoragePath());
                     }