projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Keep the old operation to sync folder as DownloadFolderOperation to allow its use...
[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
bf8d798
..
7a6cbf4
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()
, true
);
+ mContainerActivity.getFileOperationsHelper().syncFile(getFile());
return true;
}
case R.id.action_send_file: {
return true;
}
case R.id.action_send_file: {