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

Commit da917490 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Show recent apps on KEYCODE_RECENT_APPS

Fixes: 246661271
Test: manual
Change-Id: I81fdfeddf72ce450eac47b27c6ce14cbe48d6d42
parent 24ab1036
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2888,7 +2888,9 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                }
                break;
            case KeyEvent.KEYCODE_RECENT_APPS:
                // TODO(b/261621522): Handle recents key presses
                if (down && repeatCount == 0) {
                    showRecentApps(false /* triggeredFromAltTab */);
                }
                return key_consumed;
            case KeyEvent.KEYCODE_APP_SWITCH:
                if (!keyguardOn) {