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

Commit a726e23d authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Cannot force a shown item from an ActionMode into the overflow menu." into jb-mr1-dev

parents 30417507 14c46699
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -476,6 +476,9 @@ public class ActionMenuPresenter extends BaseMenuPresenter
                if (isAction) maxActions--;

                item.setIsActionButton(isAction);
            } else {
                // Neither requires nor requests an action button.
                item.setIsActionButton(false);
            }
        }
        return true;