projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[tx-robot] updated from transifex
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
fragment
/
FileFragment.java
diff --git
a/src/com/owncloud/android/ui/fragment/FileFragment.java
b/src/com/owncloud/android/ui/fragment/FileFragment.java
index
8b1cedb
..
cacfa2d
100644
(file)
--- a/
src/com/owncloud/android/ui/fragment/FileFragment.java
+++ b/
src/com/owncloud/android/ui/fragment/FileFragment.java
@@
-143,12
+143,6
@@
public class FileFragment extends Fragment {
*/
public void onTransferStateChanged(OCFile file, boolean downloading, boolean uploading);
*/
public void onTransferStateChanged(OCFile file, boolean downloading, boolean uploading);
- /**
- * Request the parent activity to show the view for sharing an {@link OCFile}.
- *
- * @param file File to share
- */
- public void showShareFile(OCFile file);
}
}
}
}