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

Commit 365fde8b authored by Steve McKay's avatar Steve McKay Committed by Android (Google) Code Review
Browse files

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

parents a8d3804f cbcffb20
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);