From b29ba035f8fa516b74d814d831a5928a8ab795de Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Fri, 27 Nov 2015 18:03:46 +0100 Subject: [PATCH] wip --- src/com/owncloud/android/files/FileOperationsHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.11.0