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

Commit e2f22ecc authored by Michele Fan's avatar Michele Fan Committed by Android (Google) Code Review
Browse files

Merge "al-ov: Use F4 to toggle Overview" into main

parents 1f6b228a b4766815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3422,7 +3422,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                return handleHomeShortcuts(focusedToken, event);
            case KeyEvent.KEYCODE_RECENT_APPS:
                if (firstDown) {
                    showRecentApps(false /* triggeredFromAltTab */);
                    toggleRecentApps();
                    notifyKeyGestureCompleted(event,
                            KeyGestureEvent.KEY_GESTURE_TYPE_RECENT_APPS);
                }