소스 검색

Fixed build

David A. Velasco 10 년 전
부모
커밋
8d48929f5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/com/owncloud/android/files/FileMenuFilter.java

+ 1 - 1
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 {