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

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

Merge "Fix collapsible action views."

parents cdae0f3c 2dc27f22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ public final class MenuItemImpl implements MenuItem {

    @Override
    public boolean expandActionView() {
        if (hasCollapsibleActionView()) {
        if (!hasCollapsibleActionView()) {
            return false;
        }