projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minimize refresh of list of files on reception of events from FileDownloader
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
files
/
services
/
FileUploader.java
diff --git
a/src/com/owncloud/android/files/services/FileUploader.java
b/src/com/owncloud/android/files/services/FileUploader.java
index
acbc405
..
386f185
100644
(file)
--- a/
src/com/owncloud/android/files/services/FileUploader.java
+++ b/
src/com/owncloud/android/files/services/FileUploader.java
@@
-372,10
+372,9
@@
public class FileUploader extends Service implements OnDatatransferProgressListe
*
* If 'file' is a directory, returns 'true' if some of its descendant files is uploading or waiting to upload.
*
*
* If 'file' is a directory, returns 'true' if some of its descendant files is uploading or waiting to upload.
*
- * @param account
Ownc
loud account where the remote file will be stored.
- * @param file A file that could be in the queue of pending uploads
+ * @param account
ownC
loud account where the remote file will be stored.
+ * @param file
A file that could be in the queue of pending uploads
*/
*/
- /*
public boolean isUploading(Account account, OCFile file) {
if (account == null || file == null)
return false;
public boolean isUploading(Account account, OCFile file) {
if (account == null || file == null)
return false;
@@
-394,7
+393,6
@@
public class FileUploader extends Service implements OnDatatransferProgressListe
}
}
}
}
}
}
- */
/**
/**