X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/c288f91d875c8a62b5e1de317a2ce24494af6f67..f28faf0c26d1c739d27b718690d31cd41a18046f:/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 fd5aeefa..8b1cedb4 100644 --- a/src/com/owncloud/android/ui/fragment/FileFragment.java +++ b/src/com/owncloud/android/ui/fragment/FileFragment.java @@ -141,9 +141,14 @@ public class FileFragment extends Fragment { * @param downloading Flag signaling if the file is now downloading. * @param uploading Flag signaling if the file is now uploading. */ - 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); } }