X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/8187a6e5126867cc859113aeb1677f3dcd9ef96b..b29ba035f8fa516b74d814d831a5928a8ab795de:/src/com/owncloud/android/files/FileOperationsHelper.java diff --git a/src/com/owncloud/android/files/FileOperationsHelper.java b/src/com/owncloud/android/files/FileOperationsHelper.java index 989b8487..9cc70a7f 100644 --- a/src/com/owncloud/android/files/FileOperationsHelper.java +++ b/src/com/owncloud/android/files/FileOperationsHelper.java @@ -481,7 +481,7 @@ public class FileOperationsHelper { // Show dialog, without the own app String[] packagesToExclude = new String[] { mFileActivity.getPackageName() }; - DialogFragment chooserDialog = ShareLinkToDialog.newInstance(sendIntent, packagesToExclude, file); + DialogFragment chooserDialog = ShareLinkToDialog.newInstance(sendIntent, packagesToExclude); chooserDialog.show(mFileActivity.getSupportFragmentManager(), FTAG_CHOOSER_DIALOG); } else { Log_OC.wtf(TAG, "Trying to send a NULL OCFile");