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