Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a40d4217 authored by Steve McKay's avatar Steve McKay Committed by Android Git Automerger
Browse files

am 4f95bade: Merge "[mnc-dev] Hide list/grid menu items for copy dest...

am 4f95bade: Merge "[mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!" into mnc-dev

* commit '4f95badec267c53f76475869b17f6bbccc66d406':
  [mnc-dev] Hide list/grid menu items for copy dest action...in mnc-dev!
parents a82390ca 365fde8b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -466,7 +466,9 @@ public class DocumentsActivity extends BaseActivity {

        boolean fileSizeVisible = !(mState.action == ACTION_MANAGE
                || mState.action == ACTION_BROWSE);
        if (mState.action == ACTION_CREATE || mState.action == ACTION_OPEN_TREE) {
        if (mState.action == ACTION_CREATE
                || mState.action == ACTION_OPEN_TREE
                || mState.action == ACTION_OPEN_COPY_DESTINATION) {
            createDir.setVisible(cwd != null && cwd.isCreateSupported());
            mSearchManager.showMenu(false);