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

Commit 40ccc605 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix KQS app launch through tapping" into main

parents 153dcde4 08c25758
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -238,8 +238,7 @@ public class KeyboardQuickSwitchViewController {
        }

        void launchTaskAt(int index) {
            mCurrentFocusIndex = Utilities.boundToRange(
                    index, 0, mKeyboardQuickSwitchView.getChildCount() - 1);
            mCurrentFocusIndex = index;
            mControllers.taskbarActivityContext.launchKeyboardFocusedTask();
        }