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

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

Merge "Always show overflow buttons on action bars"

parents cda564d6 ea04f3cf
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -45,10 +45,7 @@ public class ActionBarPolicy {
    }

    public boolean showsOverflowMenuButton() {
        return !ViewConfiguration.get(mContext).hasPermanentMenuKey() ||
                ((mContext.getResources().getConfiguration().uiMode &
                        Configuration.UI_MODE_TYPE_TELEVISION) ==
                        Configuration.UI_MODE_TYPE_TELEVISION);
        return true;
    }

    public int getEmbeddedMenuWidthLimit() {