projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed unneeded casts to FileDisplayActivity
[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
41956fd
..
77c5ece
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
@@
-255,7
+255,7
@@
public class FileDetailFragment extends FileFragment implements
((FileDisplayActivity)mContainerActivity).startDownloadForSending(getFile());
} else {
((FileDisplayActivity)mContainerActivity).startDownloadForSending(getFile());
} else {
-
((FileDisplayActivity)mContainerActivity)
.getFileOperationsHelper().sendDownloadedFile(getFile());
+
mContainerActivity
.getFileOperationsHelper().sendDownloadedFile(getFile());
}
return true;
}
}
return true;
}