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

Commit b4766815 authored by Michele Fan's avatar Michele Fan
Browse files

al-ov: Use F4 to toggle Overview

Fixes: 358452215
Test: Manual - took a video
Flag: EXEMPT bugfix
Change-Id: I5768514667e12c22582a67dd2f56bb188f117f73
parent def4f6c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3416,7 +3416,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);
                }