commit | 8d15f0bbd6b8b756ba17ce429f9651da6fd9abc6 | [log] [tgz] |
---|---|---|
author | Pierre Barbier de Reuille <pbdr@google.com> | Thu May 20 20:13:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 20 20:13:52 2021 +0000 |
tree | 9ca14d70dac9c8b73650f3e0f9c62ba186192df9 | |
parent | 560fc1626676facb6a782c48fcbb1caff06a8efc [diff] | |
parent | c3e6383690c1681bf3943e7b8971a4299f686a05 [diff] |
Merge "Correct QuickStep interaction handler." into sc-dev am: c3e6383690 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14664199 Change-Id: I490d0c6c177c2abad472c3043a30670292e7dedb
diff --git a/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java b/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java index 3a8de3c..1304033 100644 --- a/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java +++ b/quickstep/src/com/android/launcher3/uioverrides/QuickstepInteractionHandler.java
@@ -51,7 +51,7 @@ return RemoteViews.startPendingIntent(hostView, pendingIntent, remoteResponse.getLaunchOptions(view)); } - Pair<Intent, ActivityOptions> options = remoteResponse.getLaunchOptions(hostView); + Pair<Intent, ActivityOptions> options = remoteResponse.getLaunchOptions(view); ActivityOptionsWrapper activityOptions = mLauncher.getAppTransitionManager() .getActivityLaunchOptions(mLauncher, hostView); if (Utilities.ATLEAST_S && !pendingIntent.isActivity()) {