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

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

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

parents 531565e6 a6f19d86
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 && event.isCtrlPressed()
            if (event.getAction() == KeyEvent.ACTION_DOWN
                    && event.getKeyCode() == KeyEvent.KEYCODE_TAB) {
                if (KeyEvent.metaStateHasModifiers(event.getMetaState(), KeyEvent.META_CTRL_ON)) {
                    groupNavigationDirection = View.FOCUS_FORWARD;