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

Commit 99c9ed48 authored by Adam Powell's avatar Adam Powell Committed by The Android Automerger
Browse files

Fix collapsible action views.

Fix a regression caused by a previous overzealous refactoring. (Oops.)
Watch those conditionals, everyone!

Bug 9866559

Change-Id: Ia88a4ee38edef378e70bdc7151c825375a3d482d
parent b0b7a4c8
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;
        }