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

Commit ca06d0ae authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Remap accessing action bar shortcut to META+CTRL+TAB" into udc-qpr-dev

parents fce7568e 2a5502da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6967,7 +6967,7 @@ public final class ViewRootImpl implements ViewParent,

            int groupNavigationDirection = 0;

            if (event.getAction() == KeyEvent.ACTION_DOWN
            if (event.getAction() == KeyEvent.ACTION_DOWN && event.isCtrlPressed()
                    && event.getKeyCode() == KeyEvent.KEYCODE_TAB) {
                if (KeyEvent.metaStateHasModifiers(event.getMetaState(), KeyEvent.META_CTRL_ON)) {
                    groupNavigationDirection = View.FOCUS_FORWARD;