projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed integration with sychronization framework to fix problems in Android 4.4
[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
51f8238
..
7f45b6b
100644
(file)
--- a/
src/com/owncloud/android/files/services/FileUploader.java
+++ b/
src/com/owncloud/android/files/services/FileUploader.java
@@
-384,7
+384,7
@@
public class FileUploader extends Service implements OnDatatransferProgressListe
return false;
String targetKey = buildRemoteName(account, file);
synchronized (mPendingUploads) {
return false;
String targetKey = buildRemoteName(account, file);
synchronized (mPendingUploads) {
- if (file.is
Directory
()) {
+ if (file.is
Folder
()) {
// this can be slow if there are many uploads :(
Iterator<String> it = mPendingUploads.keySet().iterator();
boolean found = false;
// this can be slow if there are many uploads :(
Iterator<String> it = mPendingUploads.keySet().iterator();
boolean found = false;