X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/2a913bfbeb13fc93ad0ec942d359dbcaa3ad3c1e..b59784af890d90ccca1674ea176f9171bd60198b:/src/com/owncloud/android/operations/SynchronizeFolderOperation.java diff --git a/src/com/owncloud/android/operations/SynchronizeFolderOperation.java b/src/com/owncloud/android/operations/SynchronizeFolderOperation.java index 36c3f3f0..3671ca0e 100644 --- a/src/com/owncloud/android/operations/SynchronizeFolderOperation.java +++ b/src/com/owncloud/android/operations/SynchronizeFolderOperation.java @@ -300,9 +300,6 @@ public class SynchronizeFolderOperation extends RemoteOperation { if (storagePath != null && !storagePath.equals(expectedPath)) { /// fix storagePaths out of the local ownCloud folder File originalFile = new File(storagePath); - mForgottenLocalFiles.put(file.getRemotePath(), storagePath); // TODO REMOVE - - /* TO TEST NOTIFICATION!!! - TODO UNCOMMENT if (ocLocalFolder.getUsableSpace() < originalFile.length()) { mForgottenLocalFiles.put(file.getRemotePath(), storagePath); file.setStoragePath(null); @@ -338,7 +335,6 @@ public class SynchronizeFolderOperation extends RemoteOperation { } } } - */ } }