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

Commit 00a484bf authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Android (Google) Code Review
Browse files

Merge "Fix alt-tab initial focus in overview on phones" into main

parents 7e9bea44 5c6263af
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -218,9 +218,13 @@ public class OverviewCommandHelper {
                    return true;
                }
            }
            if (cmd.type == TYPE_KEYBOARD_INPUT && allowQuickSwitch) {
            if (cmd.type == TYPE_KEYBOARD_INPUT) {
                if (allowQuickSwitch) {
                    uiController.openQuickSwitchView();
                    return true;
                } else {
                    mKeyboardTaskFocusIndex = 0;
                }
            }
            if (cmd.type == TYPE_HOME) {
                ActiveGestureLog.INSTANCE.addLog("OverviewCommandHelper.executeCommand(TYPE_HOME)");