From: tobiasKaminsky Date: Fri, 27 Nov 2015 17:03:46 +0000 (+0100) Subject: wip X-Git-Tag: beta-20151128~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/b29ba035f8fa516b74d814d831a5928a8ab795de?ds=inline;hp=--cc wip --- b29ba035f8fa516b74d814d831a5928a8ab795de 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");