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

Commit 76c72cdc authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

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

am: 3da6a8d8

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

Change-Id: Id3ddd9809ca5a3bc8df84b34d8356acf2c9d6ac9
parents 5f0856af 3da6a8d8
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;
                }
            }