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

Commit 25d02b1b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure the grid/list view option menu is updated in picker mode" into main

parents f552a926 01a64500
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -374,9 +374,7 @@ public class PickActivity extends BaseActivity implements ActionHandler.Addons {
    @Override
    public boolean onPrepareOptionsMenu(Menu menu) {
        super.onPrepareOptionsMenu(menu);
        if (!isUseMaterial3FlagEnabled()) {
        mInjector.menuManager.updateOptionMenu(menu);
        }

        final DocumentInfo cwd = getCurrentDirectory();