From: David A. Velasco Date: Fri, 8 May 2015 09:27:20 +0000 (+0200) Subject: Fixed build X-Git-Tag: test~15^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/8d48929f5bf043b6517fa154ec5228194d9a294d?hp=--cc Fixed build --- 8d48929f5bf043b6517fa154ec5228194d9a294d diff --git a/src/com/owncloud/android/files/FileMenuFilter.java b/src/com/owncloud/android/files/FileMenuFilter.java index 7dcf8ebf..4b8c55d5 100644 --- a/src/com/owncloud/android/files/FileMenuFilter.java +++ b/src/com/owncloud/android/files/FileMenuFilter.java @@ -217,7 +217,7 @@ public class FileMenuFilter { // SHARE FILE // TODO add check on SHARE available on server side? boolean shareAllowed = (mContext != null && - mContext.getString(R.string.share_link).equalsIgnoreCase("on")); + mContext.getString(R.string.share_feature).equalsIgnoreCase("on")); if (!shareAllowed || mFile == null) { toHide.add(R.id.action_share_file); } else {