Minimize refresh of list of files on reception of events from FileDownloader
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / OCFile.java
index bda6166..e6fd414 100644 (file)
@@ -575,4 +575,8 @@ public class OCFile implements Parcelable, Comparable<OCFile> {
         this.mIsDownloading = isDownloading;
     }
 
+    public boolean isSynchronizing() {
+        // TODO real implementation
+        return false;
+    }
 }