projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OC-2397: Fix bug: file doesn't refresh wwhen you select to refresh after change it
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
SynchronizeFileOperation.java
diff --git
a/src/com/owncloud/android/operations/SynchronizeFileOperation.java
b/src/com/owncloud/android/operations/SynchronizeFileOperation.java
index
08367c1
..
d797eb4
100644
(file)
--- a/
src/com/owncloud/android/operations/SynchronizeFileOperation.java
+++ b/
src/com/owncloud/android/operations/SynchronizeFileOperation.java
@@
-94,7
+94,7
@@
public class SynchronizeFileOperation extends RemoteOperation {
}
}
- if (result
== null) { // true if the server was not checked. nothing was wrong with the remote request
+ if (result
.isSuccess()) {
/// check changes in server and local file
boolean serverChanged = false;