X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/66f3a45d050c27e41296ddc9083d968cfd8803a4..671fef617b9bc67300e3d2cddbbfbe9fb8b4937b:/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); } }