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

Commit 7afa31af authored by Winson's avatar Winson Committed by android-build-merger
Browse files

Merge "Fixing regression in call to showRecents()." into nyc-dev

am: e981777f

* commit 'e981777f':
  Fixing regression in call to showRecents().

Change-Id: I8379d5f50fd30cf80e973109c8c3f9cb36bb0cc2
parents 017d8647 e981777f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3360,7 +3360,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                final int shiftlessModifiers = event.getModifiers() & ~KeyEvent.META_SHIFT_MASK;
                if (KeyEvent.metaStateHasModifiers(shiftlessModifiers, KeyEvent.META_ALT_ON)) {
                    mRecentAppsHeldModifiers = shiftlessModifiers;
                    showRecentApps(true);
                    showRecentApps(true, false);
                    return -1;
                }
            }