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

Commit 52f3f339 authored by Steve McKay's avatar Steve McKay Committed by android-build-merger
Browse files

Merge "Only show OPEN button as needed." into nyc-dev am: d8c2459b

am: 21c712bf

* commit '21c712bf':
  Only show OPEN button as needed.

Change-Id: I7a38ca7110f9d8588b5f4cf7cd0d119229254e91
parents d5e97897 21c712bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -154,7 +154,8 @@ public abstract class FragmentTuner {
            MenuItem rename = menu.findItem(R.id.menu_rename);
            MenuItem selectAll = menu.findItem(R.id.menu_select_all);

            open.setVisible(true);
            open.setVisible(mState.action == ACTION_GET_CONTENT ||
                    mState.action == ACTION_OPEN);
            share.setVisible(false);
            delete.setVisible(false);
            rename.setVisible(false);