projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Extend SyncFolderOperation to check local changes of all files and trigger uploads
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
fragment
/
FileDetailFragment.java
diff --git
a/src/com/owncloud/android/ui/fragment/FileDetailFragment.java
b/src/com/owncloud/android/ui/fragment/FileDetailFragment.java
index
d4b1ffd
..
bf8d798
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
@@
-252,7
+252,7
@@
public class FileDetailFragment extends FileFragment implements OnClickListener
}
case R.id.action_download_file:
case R.id.action_sync_file: {
}
case R.id.action_download_file:
case R.id.action_sync_file: {
- mContainerActivity.getFileOperationsHelper().syncFile(getFile());
+ mContainerActivity.getFileOperationsHelper().syncFile(getFile()
, true
);
return true;
}
case R.id.action_send_file: {
return true;
}
case R.id.action_send_file: {
@@
-297,7
+297,6
@@
public class FileDetailFragment extends FileFragment implements OnClickListener
}
}
}
}
-
/**
* Check if the fragment was created with an empty layout. An empty fragment can't show file details, must be replaced.
*
/**
* Check if the fragment was created with an empty layout. An empty fragment can't show file details, must be replaced.
*