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

Commit 7e3fc074 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 b120e568 e45d8be5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -341,7 +341,10 @@ public class ActionMenuPresenter extends BaseMenuPresenter
     */
    public boolean dismissPopupMenus() {
        boolean result = hideOverflowMenu();

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