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

Commit b4d74aa1 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 1338a8bd: am dc546ab7: am 720f43e4: Merge "Revert "Check...

am 1338a8bd: am dc546ab7: am 720f43e4: Merge "Revert "Check MenuItem.isVisible() for keyboard shortcuts"" into lmp-mr1-dev

* commit '1338a8bd':
  Revert "Check MenuItem.isVisible() for keyboard shortcuts"
parents c3947117 1338a8bd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -828,8 +828,7 @@ public class MenuBuilder implements Menu {
                      || shortcutChar == possibleChars.meta[2]
                      || (qwerty && shortcutChar == '\b' &&
                          keyCode == KeyEvent.KEYCODE_DEL)) &&
                  item.isEnabled() &&
                  item.isVisible()) {
                  item.isEnabled()) {
                items.add(item);
            }
        }