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

Commit 1dcedbac authored by Adam Powell's avatar Adam Powell
Browse files

Fall-through for ActionModes with ToolbarActionBar

When using ToolbarActionBar simply fall through to the default window
decor behavior for showing action modes.

Bug 16660506

Change-Id: Ib90282287b2af48f39f9d9ace296581565431eed
parent e4cf152c
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