Browse Source

Hotfix on develop: Show share file instead send_file for folders

masensio 11 years ago
parent
commit
1b77e7f846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/owncloud/android/ui/fragment/OCFileListFragment.java

+ 1 - 1
src/com/owncloud/android/ui/fragment/OCFileListFragment.java

@@ -222,7 +222,7 @@ public class OCFileListFragment extends ExtendedListFragment implements EditName
             toHide.add(R.id.action_cancel_upload);
             toHide.add(R.id.action_sync_file);
             toHide.add(R.id.action_see_details);
-            toHide.add(R.id.action_share_file);
+            toHide.add(R.id.action_send_file);
             if (    mContainerActivity.getFileDownloaderBinder().isDownloading(AccountUtils.getCurrentOwnCloudAccount(getActivity()), targetFile) ||
                     mContainerActivity.getFileUploaderBinder().isUploading(AccountUtils.getCurrentOwnCloudAccount(getActivity()), targetFile)           ) {
                 toDisable.add(R.id.action_rename_file);