فهرست منبع

Fixed crash in synchronization of kept-in-sync files triggered by browsing

David A. Velasco 11 سال پیش
والد
کامیت
195256194e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/com/owncloud/android/operations/SynchronizeFileOperation.java

+ 1 - 1
src/com/owncloud/android/operations/SynchronizeFileOperation.java

@@ -94,7 +94,7 @@ public class SynchronizeFileOperation extends RemoteOperation {
                 }
             }
 
-            if (result.isSuccess()) {   
+            if (mServerFile != null) {   
 
                 /// check changes in server and local file
                 boolean serverChanged = false;