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

Commit be4b6133 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: 3a254a29

* commit '3a254a29':
  Only show OPEN button as needed.

Change-Id: Ib869d8583ea8faa84dd5d943e67f677f1d72882a
parents d0ae9854 3a254a29
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);