Fixed bug: when a file is checked as 'keep in sync' and the immediate synchronization...
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 15 Nov 2012 18:29:30 +0000 (19:29 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 15 Nov 2012 18:29:30 +0000 (19:29 +0100)
commit97dd59063ba1bf16fa2c176563614a9ce310b158
tree93c2ceac19a7276010784fdd7b1686dd6129f06c
parentff2271a8c531efe4c2602c63934eca568c397510
Fixed bug: when a file is checked as 'keep in sync' and the immediate synchronization results in an upload, when this finish the 'kepp in sync' check was being forgotten; not more
src/com/owncloud/android/files/OwnCloudFileObserver.java
src/com/owncloud/android/files/services/FileObserverService.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/operations/SynchronizeFileOperation.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java