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

Commit 06b46c32 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Show submenu from menu list on hardware MENU key press"

parents a297dde7 568db0dd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -349,7 +349,10 @@ public class ActionMenuPresenter extends BaseMenuPresenter
     */
    public boolean dismissPopupMenus() {
        boolean result = hideOverflowMenu();

        if (result) {
            result |= hideSubMenus();
        }
        return result;
    }