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

Commit 11a6ddbb authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fall-through for ActionModes with ToolbarActionBar" into lmp-dev

parents d3541e5b 1dcedbac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ public class ToolbarActionBar extends ActionBar {

    @Override
    public ActionMode startActionMode(ActionMode.Callback callback) {
        return mToolbar.startActionMode(callback);
        return null;
    }

    @Override